Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaSequence.cs / 1305376 / XmlSchemaSequence.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Xml.Serialization; ////// /// public class XmlSchemaSequence : XmlSchemaGroupBase { XmlSchemaObjectCollection items = new XmlSchemaObjectCollection(); ///[To be supplied.] ////// /// [XmlElement("element", typeof(XmlSchemaElement)), XmlElement("group", typeof(XmlSchemaGroupRef)), XmlElement("choice", typeof(XmlSchemaChoice)), XmlElement("sequence", typeof(XmlSchemaSequence)), XmlElement("any", typeof(XmlSchemaAny))] 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
- ToolStripItemCollection.cs
- RawStylusSystemGestureInputReport.cs
- ExpandableObjectConverter.cs
- XPathQueryGenerator.cs
- ResXResourceSet.cs
- Win32MouseDevice.cs
- DataGridViewCellEventArgs.cs
- XmlNamespaceMapping.cs
- Timer.cs
- RichTextBoxConstants.cs
- SafeNativeMethodsOther.cs
- SmiGettersStream.cs
- ScrollViewerAutomationPeer.cs
- DataBinder.cs
- DataGridCell.cs
- XmlSchemaChoice.cs
- Simplifier.cs
- Component.cs
- BitmapData.cs
- FieldToken.cs
- Pen.cs
- CorrelationValidator.cs
- ProgressBarHighlightConverter.cs
- Module.cs
- XmlAttributeHolder.cs
- Facet.cs
- FixedPageAutomationPeer.cs
- HttpListenerPrefixCollection.cs
- StrongName.cs
- LogArchiveSnapshot.cs
- ImageCreator.cs
- EmbossBitmapEffect.cs
- EventProviderClassic.cs
- GeometryDrawing.cs
- DataGridViewColumnDesignTimeVisibleAttribute.cs
- Button.cs
- SourceFilter.cs
- RuntimeHandles.cs
- _LazyAsyncResult.cs
- MultipleViewPattern.cs
- ConsoleTraceListener.cs
- TextRunTypographyProperties.cs
- SystemResources.cs
- HitTestFilterBehavior.cs
- CodeSnippetExpression.cs
- StatusBarAutomationPeer.cs
- AccessViolationException.cs
- SQLInt16Storage.cs
- TransactionManager.cs
- BooleanFunctions.cs
- SQLSingleStorage.cs
- FrameworkContentElementAutomationPeer.cs
- AssemblyBuilderData.cs
- _SslState.cs
- ReachDocumentReferenceCollectionSerializerAsync.cs
- InputMethod.cs
- SplitterPanelDesigner.cs
- ErrorWrapper.cs
- Literal.cs
- FtpCachePolicyElement.cs
- StreamGeometry.cs
- InputScopeManager.cs
- FileSystemWatcher.cs
- WindowsToolbarItemAsMenuItem.cs
- MasterPageBuildProvider.cs
- MsmqAuthenticationMode.cs
- SspiNegotiationTokenAuthenticator.cs
- HttpCacheVaryByContentEncodings.cs
- Parallel.cs
- PeerCollaboration.cs
- TextSimpleMarkerProperties.cs
- ObjectViewQueryResultData.cs
- ExpressionWriter.cs
- ImageConverter.cs
- ToolBarTray.cs
- FamilyMap.cs
- BinaryCommonClasses.cs
- VectorCollectionValueSerializer.cs
- OutputCacheModule.cs
- DictionaryItemsCollection.cs
- DiagnosticTraceSource.cs
- ProcessManager.cs
- Expression.cs
- Polyline.cs
- PageAsyncTaskManager.cs
- WrapPanel.cs
- SmtpNegotiateAuthenticationModule.cs
- SecurityManager.cs
- BaseTemplateCodeDomTreeGenerator.cs
- InfoCardRSAPKCS1KeyExchangeDeformatter.cs
- StringInfo.cs
- BookmarkList.cs
- mactripleDES.cs
- SmiEventSink_DeferedProcessing.cs
- FirstMatchCodeGroup.cs
- EnumBuilder.cs
- ExternalException.cs
- SiteIdentityPermission.cs
- CookielessHelper.cs
- FixedSOMPageConstructor.cs