Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaAll.cs / 1305376 / XmlSchemaAll.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Collections; using System.Xml.Serialization; ////// /// public class XmlSchemaAll : XmlSchemaGroupBase { XmlSchemaObjectCollection items = new XmlSchemaObjectCollection(); ///[To be supplied.] ////// /// [XmlElement("element", typeof(XmlSchemaElement))] public override XmlSchemaObjectCollection Items { get { return items; } } internal override bool IsEmpty { get { return base.IsEmpty || items.Count == 0; } } internal override void SetItems(XmlSchemaObjectCollection newItems) { items = newItems; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- UtilityExtension.cs
- ContentElement.cs
- SafeEventLogWriteHandle.cs
- ShapeTypeface.cs
- IntegerValidatorAttribute.cs
- CombinedGeometry.cs
- ContactManager.cs
- GlobalEventManager.cs
- Int32AnimationUsingKeyFrames.cs
- Parser.cs
- OracleSqlParser.cs
- LoggedException.cs
- MeasureData.cs
- BatchStream.cs
- TraceAsyncResult.cs
- SharedConnectionWorkflowTransactionService.cs
- RectKeyFrameCollection.cs
- AuthorizationRule.cs
- NegotiationTokenAuthenticatorState.cs
- ExtendedProtectionPolicyTypeConverter.cs
- PeerNearMe.cs
- DataSetMappper.cs
- ColorTranslator.cs
- MustUnderstandBehavior.cs
- ChangePassword.cs
- DbConnectionOptions.cs
- WsatAdminException.cs
- EntityContainerRelationshipSet.cs
- CommandLibraryHelper.cs
- NamedPipeActivation.cs
- HttpsChannelFactory.cs
- RequestStatusBarUpdateEventArgs.cs
- UserPersonalizationStateInfo.cs
- ClientTarget.cs
- GenerateScriptTypeAttribute.cs
- PathNode.cs
- CustomErrorsSectionWrapper.cs
- DataGridTextBoxColumn.cs
- ListenerConnectionDemuxer.cs
- EntityDescriptor.cs
- LinqDataSourceStatusEventArgs.cs
- OutputScope.cs
- XComponentModel.cs
- QuotaExceededException.cs
- ColumnBinding.cs
- CellPartitioner.cs
- ScriptManagerProxy.cs
- PropertyEntry.cs
- FilterEventArgs.cs
- DetailsViewCommandEventArgs.cs
- JsonFormatGeneratorStatics.cs
- MailAddress.cs
- CalendarDateRangeChangingEventArgs.cs
- XmlDataSource.cs
- METAHEADER.cs
- COM2TypeInfoProcessor.cs
- SafeLocalMemHandle.cs
- InvalidBodyAccessException.cs
- TemplateInstanceAttribute.cs
- TraceContextRecord.cs
- ConfigXmlDocument.cs
- ItemsControlAutomationPeer.cs
- MaskedTextBoxTextEditorDropDown.cs
- VSWCFServiceContractGenerator.cs
- PropertySegmentSerializer.cs
- FileNameEditor.cs
- EntityViewGenerationAttribute.cs
- PrimaryKeyTypeConverter.cs
- StrongNamePublicKeyBlob.cs
- CodePageUtils.cs
- MimeWriter.cs
- ExpressionDumper.cs
- _SslSessionsCache.cs
- Util.cs
- DynamicRendererThreadManager.cs
- ImageList.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- TextChange.cs
- StdValidatorsAndConverters.cs
- mediapermission.cs
- IBuiltInEvidence.cs
- Receive.cs
- DataExpression.cs
- ScriptReference.cs
- ListenerTraceUtility.cs
- MailMessage.cs
- Int64Animation.cs
- CommandEventArgs.cs
- TextPointerBase.cs
- ByeMessageApril2005.cs
- HeaderCollection.cs
- GridViewPageEventArgs.cs
- ExtensionDataObject.cs
- InstanceOwner.cs
- XmlAttribute.cs
- SplitterCancelEvent.cs
- ObjectKeyFrameCollection.cs
- GridLengthConverter.cs
- _NestedSingleAsyncResult.cs
- ApplicationManager.cs