Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaChoice.cs / 1 / XmlSchemaChoice.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Collections; using System.Xml.Serialization; ////// /// public class XmlSchemaChoice : 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.Collections; using System.Xml.Serialization; ////// /// public class XmlSchemaChoice : 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
- ChineseLunisolarCalendar.cs
- BuilderPropertyEntry.cs
- AspCompat.cs
- RenderingBiasValidation.cs
- PeerApplicationLaunchInfo.cs
- DeviceContext2.cs
- Material.cs
- CounterCreationData.cs
- LinkDesigner.cs
- BinaryNode.cs
- FilterableAttribute.cs
- RuleSettingsCollection.cs
- Point3DAnimationBase.cs
- SystemColors.cs
- ValueChangedEventManager.cs
- SystemWebExtensionsSectionGroup.cs
- SchemaTypeEmitter.cs
- EllipseGeometry.cs
- MethodCallTranslator.cs
- Accessible.cs
- TypeSystem.cs
- XmlSignatureManifest.cs
- ListViewUpdatedEventArgs.cs
- TextDecorations.cs
- CharacterMetrics.cs
- BindingNavigator.cs
- InputElement.cs
- NetMsmqSecurityElement.cs
- DataTableReader.cs
- IListConverters.cs
- ManipulationDeltaEventArgs.cs
- Rect.cs
- Cursors.cs
- GatewayDefinition.cs
- Literal.cs
- ListViewInsertEventArgs.cs
- RegistryConfigurationProvider.cs
- WindowsAuthenticationModule.cs
- HttpListenerException.cs
- NetworkAddressChange.cs
- WS2007HttpBindingElement.cs
- SecurityKeyType.cs
- XmlDocument.cs
- UnhandledExceptionEventArgs.cs
- RSACryptoServiceProvider.cs
- SQLInt64.cs
- PartEditor.cs
- ObfuscationAttribute.cs
- XPathCompileException.cs
- EventSinkHelperWriter.cs
- SqlAggregateChecker.cs
- Image.cs
- CollectionChangeEventArgs.cs
- XamlTreeBuilderBamlRecordWriter.cs
- AVElementHelper.cs
- XhtmlBasicPhoneCallAdapter.cs
- UIAgentRequest.cs
- BufferModeSettings.cs
- OutputChannelBinder.cs
- OnOperation.cs
- ConstructorBuilder.cs
- APCustomTypeDescriptor.cs
- XmlC14NWriter.cs
- XmlHierarchyData.cs
- MemoryStream.cs
- SecurityUniqueId.cs
- Selection.cs
- InvalidEnumArgumentException.cs
- DispatcherHookEventArgs.cs
- XmlAtomicValue.cs
- TypeUsage.cs
- EntityDataSourceStatementEditor.cs
- BamlTreeMap.cs
- LocatorPartList.cs
- XmlDocument.cs
- GcHandle.cs
- SmtpReplyReader.cs
- FragmentNavigationEventArgs.cs
- OleDbReferenceCollection.cs
- FontConverter.cs
- SettingsProperty.cs
- SqlEnums.cs
- ShowExpandedMultiValueConverter.cs
- DataObjectFieldAttribute.cs
- Visual3D.cs
- BinaryObjectReader.cs
- GridViewCommandEventArgs.cs
- EntityTypeEmitter.cs
- EntitySetDataBindingList.cs
- PickBranchDesigner.xaml.cs
- ReturnEventArgs.cs
- TextSpanModifier.cs
- NetworkStream.cs
- FormsIdentity.cs
- XmlSchemaSimpleContentExtension.cs
- TableLayoutRowStyleCollection.cs
- ServiceModelConfigurationSection.cs
- TraceRecord.cs
- hresults.cs
- CombinedGeometry.cs