Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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. // Copyright (c) Microsoft Corporation. All rights reserved.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SafeCryptoHandles.cs
- XmlSchemaSimpleContentExtension.cs
- PropertyValueChangedEvent.cs
- XamlSerializationHelper.cs
- returneventsaver.cs
- ADMembershipUser.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- ActivityAction.cs
- PropertyTabAttribute.cs
- EntityClassGenerator.cs
- HashAlgorithm.cs
- ListItemDetailViewAttribute.cs
- GCHandleCookieTable.cs
- XmlSchemaGroupRef.cs
- RawStylusInput.cs
- ArrangedElementCollection.cs
- InvalidWMPVersionException.cs
- InputProviderSite.cs
- Bind.cs
- PrintDialogException.cs
- MailWriter.cs
- JsonMessageEncoderFactory.cs
- RecognizerInfo.cs
- TextOutput.cs
- IndexerNameAttribute.cs
- ObservableCollection.cs
- HtmlControlPersistable.cs
- PrinterResolution.cs
- BitmapEffectrendercontext.cs
- GeometryHitTestResult.cs
- LongValidator.cs
- Point.cs
- ApplicationDirectory.cs
- XmlJsonReader.cs
- XmlHierarchicalDataSourceView.cs
- IDispatchConstantAttribute.cs
- OrthographicCamera.cs
- GreenMethods.cs
- RestHandlerFactory.cs
- StringTraceRecord.cs
- XmlLangPropertyAttribute.cs
- EmptyStringExpandableObjectConverter.cs
- TogglePattern.cs
- WebHttpSecurityElement.cs
- DoubleAnimationClockResource.cs
- CompositeDataBoundControl.cs
- InstancePersistenceCommandException.cs
- WebRequestModuleElementCollection.cs
- MessageSecurityTokenVersion.cs
- SqlConnectionStringBuilder.cs
- DbConnectionOptions.cs
- ZoneButton.cs
- ReachFixedPageSerializerAsync.cs
- PageRequestManager.cs
- storepermissionattribute.cs
- DSASignatureFormatter.cs
- ExceptionHandlers.cs
- DoubleStorage.cs
- OdbcReferenceCollection.cs
- RotateTransform.cs
- DataGrid.cs
- _Events.cs
- SoapAttributeOverrides.cs
- SessionEndingCancelEventArgs.cs
- HttpClientCredentialType.cs
- MetadataArtifactLoaderResource.cs
- CustomErrorsSectionWrapper.cs
- MethodImplAttribute.cs
- FontUnitConverter.cs
- DataDocumentXPathNavigator.cs
- PackageRelationship.cs
- MaskedTextProvider.cs
- VirtualPathExtension.cs
- Iis7Helper.cs
- RegexCode.cs
- WebPartDisplayModeCollection.cs
- PersistenceTypeAttribute.cs
- Item.cs
- TextBoxDesigner.cs
- SendMailErrorEventArgs.cs
- SessionChannels.cs
- DeobfuscatingStream.cs
- ContentControl.cs
- FindSimilarActivitiesVerb.cs
- UserControlCodeDomTreeGenerator.cs
- AnnotationComponentChooser.cs
- AppSettingsSection.cs
- FrameworkElement.cs
- SourceElementsCollection.cs
- PrintControllerWithStatusDialog.cs
- ZipIOCentralDirectoryFileHeader.cs
- XmlSchemaAny.cs
- VisualBrush.cs
- XsltInput.cs
- CompilerGlobalScopeAttribute.cs
- cookieexception.cs
- SqlParameterizer.cs
- ChangeDirector.cs
- ByteStack.cs
- CheckoutException.cs