Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaSequence.cs / 1 / 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.] ///// 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
- InvalidFilterCriteriaException.cs
- ComponentEditorPage.cs
- TextDecorationCollection.cs
- InheritanceContextHelper.cs
- EventRoute.cs
- HtmlTableRowCollection.cs
- ContentElementAutomationPeer.cs
- SoapSchemaMember.cs
- BrowserCapabilitiesFactoryBase.cs
- TraceLog.cs
- ComponentChangedEvent.cs
- SendKeys.cs
- FontUnit.cs
- MailAddress.cs
- InertiaTranslationBehavior.cs
- XmlComment.cs
- FixedPage.cs
- TextEditorCharacters.cs
- IItemContainerGenerator.cs
- HttpPostedFile.cs
- PlatformCulture.cs
- HttpInputStream.cs
- SchemaMapping.cs
- NativeMethods.cs
- DefaultValueTypeConverter.cs
- BypassElement.cs
- WebHttpBindingCollectionElement.cs
- AbandonedMutexException.cs
- WithStatement.cs
- EditorBrowsableAttribute.cs
- SessionPageStateSection.cs
- ItemAutomationPeer.cs
- SoapMessage.cs
- PageThemeCodeDomTreeGenerator.cs
- EditorBrowsableAttribute.cs
- Bidi.cs
- SyndicationItem.cs
- _ListenerRequestStream.cs
- SqlConnectionString.cs
- LogLogRecordEnumerator.cs
- PaintValueEventArgs.cs
- XmlAggregates.cs
- ClientFormsAuthenticationCredentials.cs
- OutKeywords.cs
- ToolStripDropDownMenu.cs
- ImpersonateTokenRef.cs
- ToolboxComponentsCreatingEventArgs.cs
- ComponentResourceKey.cs
- TrackingWorkflowEventArgs.cs
- KeyInfo.cs
- HtmlAnchor.cs
- WebBrowserDocumentCompletedEventHandler.cs
- ContentValidator.cs
- WmlPanelAdapter.cs
- DataGridColumnCollection.cs
- ApplicationBuildProvider.cs
- StandardToolWindows.cs
- DataBoundControl.cs
- GeneratedView.cs
- Task.cs
- SortFieldComparer.cs
- DialogDivider.cs
- Cloud.cs
- PaperSize.cs
- TreeSet.cs
- MetaType.cs
- SQLChars.cs
- PageContentAsyncResult.cs
- Crc32Helper.cs
- CheckBoxList.cs
- TreeViewHitTestInfo.cs
- MetafileHeaderWmf.cs
- TransformCryptoHandle.cs
- Light.cs
- AsyncResult.cs
- Point3D.cs
- ParameterExpression.cs
- SingleResultAttribute.cs
- CodeDOMProvider.cs
- CultureTable.cs
- Converter.cs
- ResponseBodyWriter.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- MemberAccessException.cs
- Screen.cs
- DecimalAnimationUsingKeyFrames.cs
- VectorAnimation.cs
- CookielessHelper.cs
- SemanticBasicElement.cs
- PersonalizationProviderHelper.cs
- XamlReaderHelper.cs
- BasePattern.cs
- Selector.cs
- DurableOperationAttribute.cs
- CharacterShapingProperties.cs
- DataColumnMappingCollection.cs
- AppDomainShutdownMonitor.cs
- XmlUtil.cs
- ResolveMatches11.cs
- Debugger.cs