Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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
- categoryentry.cs
- RelationshipEndCollection.cs
- SafeNativeMethods.cs
- AssemblyAttributesGoHere.cs
- DateTimeConstantAttribute.cs
- ChameleonKey.cs
- GridEntry.cs
- RequestReplyCorrelator.cs
- DataSourceProvider.cs
- TypeExtension.cs
- RenderContext.cs
- RequestDescription.cs
- InvalidCardException.cs
- SafeRegistryHandle.cs
- DiscoveryClient.cs
- WinFormsSecurity.cs
- PlanCompilerUtil.cs
- ManualWorkflowSchedulerService.cs
- CapabilitiesRule.cs
- Int32CAMarshaler.cs
- EdgeProfileValidation.cs
- coordinatorfactory.cs
- DataSourceIDConverter.cs
- PersistenceTypeAttribute.cs
- ManagementObject.cs
- CDSsyncETWBCLProvider.cs
- SchemaName.cs
- OdbcPermission.cs
- AlphaSortedEnumConverter.cs
- WaitForChangedResult.cs
- RegistrationProxy.cs
- RuntimeHandles.cs
- ReadOnlyCollectionBase.cs
- BufferedStream2.cs
- RedistVersionInfo.cs
- ControlParameter.cs
- HotSpot.cs
- WindowsListBox.cs
- IndexerNameAttribute.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- ApplicationContext.cs
- PersonalizationProvider.cs
- StyleCollection.cs
- GenericUriParser.cs
- CollectionViewGroupRoot.cs
- AccessibleObject.cs
- FormatException.cs
- RegionInfo.cs
- CellParagraph.cs
- milexports.cs
- ContainerVisual.cs
- InfoCardService.cs
- MatrixTransform3D.cs
- AsyncPostBackErrorEventArgs.cs
- _NativeSSPI.cs
- DecimalKeyFrameCollection.cs
- UIElementCollection.cs
- SQLDateTimeStorage.cs
- SortedSetDebugView.cs
- DataGridItem.cs
- DataReceivedEventArgs.cs
- MessageBox.cs
- UniqueConstraint.cs
- SspiSafeHandles.cs
- HexParser.cs
- Matrix3DConverter.cs
- PropertyInformationCollection.cs
- TemplateParser.cs
- PackageRelationshipSelector.cs
- TypeForwardedToAttribute.cs
- BufferAllocator.cs
- ConfigurationElementCollection.cs
- EventProxy.cs
- ProvidersHelper.cs
- ProjectedSlot.cs
- SamlAuthenticationStatement.cs
- activationcontext.cs
- RoutedEvent.cs
- ObjectNotFoundException.cs
- _BasicClient.cs
- SqlUtils.cs
- BooleanAnimationUsingKeyFrames.cs
- SecurityKeyType.cs
- ButtonRenderer.cs
- CodeCatchClauseCollection.cs
- SamlAssertionDirectKeyIdentifierClause.cs
- Imaging.cs
- PeerNearMe.cs
- MessagePropertyVariants.cs
- ActiveXSite.cs
- Point4D.cs
- XmlSchemaAll.cs
- DateTimePicker.cs
- LazyInitializer.cs
- ByteStorage.cs
- VisualTransition.cs
- GraphicsPath.cs
- FocusWithinProperty.cs
- TextCompositionManager.cs
- EntityCommandCompilationException.cs