Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaSubstitutionGroup.cs / 1 / XmlSchemaSubstitutionGroup.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Collections; using System.Xml.Serialization; internal class XmlSchemaSubstitutionGroup : XmlSchemaObject { ArrayList membersList = new ArrayList(); XmlQualifiedName examplar = XmlQualifiedName.Empty; [XmlIgnore] internal ArrayList Members { get { return membersList; } } [XmlIgnore] internal XmlQualifiedName Examplar { get { return examplar; } set { examplar = value; } } } internal class XmlSchemaSubstitutionGroupV1Compat : XmlSchemaSubstitutionGroup { XmlSchemaChoice choice = new XmlSchemaChoice(); [XmlIgnore] internal XmlSchemaChoice Choice { get { return choice; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Collections; using System.Xml.Serialization; internal class XmlSchemaSubstitutionGroup : XmlSchemaObject { ArrayList membersList = new ArrayList(); XmlQualifiedName examplar = XmlQualifiedName.Empty; [XmlIgnore] internal ArrayList Members { get { return membersList; } } [XmlIgnore] internal XmlQualifiedName Examplar { get { return examplar; } set { examplar = value; } } } internal class XmlSchemaSubstitutionGroupV1Compat : XmlSchemaSubstitutionGroup { XmlSchemaChoice choice = new XmlSchemaChoice(); [XmlIgnore] internal XmlSchemaChoice Choice { get { return choice; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ListViewPagedDataSource.cs
- CharacterShapingProperties.cs
- MultiByteCodec.cs
- RoleService.cs
- CommandEventArgs.cs
- TranslateTransform3D.cs
- EnumCodeDomSerializer.cs
- CallTemplateAction.cs
- XmlSchemaElement.cs
- TextProviderWrapper.cs
- ClientUtils.cs
- Property.cs
- NullRuntimeConfig.cs
- Msmq4SubqueuePoisonHandler.cs
- MSAANativeProvider.cs
- PointLightBase.cs
- AutomationPeer.cs
- EntityDataSourceReferenceGroup.cs
- XmlElementAttributes.cs
- DataGridViewLayoutData.cs
- AnimationException.cs
- DataGridViewCellValidatingEventArgs.cs
- _ConnectOverlappedAsyncResult.cs
- FirewallWrapper.cs
- Script.cs
- DelegateBodyWriter.cs
- SimpleHandlerBuildProvider.cs
- CodeTypeDeclaration.cs
- MethodCallExpression.cs
- _FixedSizeReader.cs
- WebPartDisplayMode.cs
- SaveFileDialogDesigner.cs
- OleDbParameter.cs
- EncryptedType.cs
- InstanceDataCollectionCollection.cs
- GlobalizationSection.cs
- File.cs
- FramingChannels.cs
- BamlResourceDeserializer.cs
- ValidationEventArgs.cs
- StylesEditorDialog.cs
- OpenTypeCommon.cs
- DrawListViewColumnHeaderEventArgs.cs
- XmlAttributeHolder.cs
- CreateUserWizard.cs
- DecoderFallbackWithFailureFlag.cs
- PrivacyNoticeElement.cs
- SuppressMergeCheckAttribute.cs
- AddInStore.cs
- Scheduler.cs
- ValidationHelpers.cs
- objectresult_tresulttype.cs
- DataSourceControl.cs
- RegularExpressionValidator.cs
- FrameworkElement.cs
- ObjectDataSourceDesigner.cs
- SingleAnimation.cs
- MeshGeometry3D.cs
- TrustSection.cs
- Subtree.cs
- AssemblyBuilder.cs
- SafePipeHandle.cs
- InputBindingCollection.cs
- DataGridViewRowsAddedEventArgs.cs
- WebPartMenuStyle.cs
- NamespaceQuery.cs
- PointAnimationUsingPath.cs
- CreateUserErrorEventArgs.cs
- NetworkAddressChange.cs
- CompositeScriptReference.cs
- GACMembershipCondition.cs
- EntityDataSourceUtil.cs
- LinkClickEvent.cs
- XmlLanguage.cs
- TypeSystem.cs
- LinqDataSource.cs
- FutureFactory.cs
- LiteralLink.cs
- MediaContextNotificationWindow.cs
- Object.cs
- DataGridLinkButton.cs
- CellQuery.cs
- DataGridPagerStyle.cs
- Trace.cs
- RequestNavigateEventArgs.cs
- RC2CryptoServiceProvider.cs
- HtmlWindowCollection.cs
- InternalCompensate.cs
- UpdatePanelTrigger.cs
- EdmEntityTypeAttribute.cs
- ExtenderControl.cs
- DeclarativeCatalogPart.cs
- GraphicsContext.cs
- SchemaNotation.cs
- StringPropertyBuilder.cs
- LoadRetryConstantStrategy.cs
- BitmapFrameDecode.cs
- HttpListenerContext.cs
- EmissiveMaterial.cs
- XamlToRtfParser.cs