Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WeakReferenceKey.cs
- DelimitedListTraceListener.cs
- SafeLocalMemHandle.cs
- StickyNoteContentControl.cs
- JobStaple.cs
- PriorityRange.cs
- SimpleWorkerRequest.cs
- FixedSOMPageConstructor.cs
- DataQuery.cs
- StreamSecurityUpgradeAcceptor.cs
- CapacityStreamGeometryContext.cs
- InlineObject.cs
- FixedSOMGroup.cs
- PrintPageEvent.cs
- HMACSHA1.cs
- ProviderConnectionPoint.cs
- ReaderContextStackData.cs
- WaitForChangedResult.cs
- XMLUtil.cs
- TreeViewImageKeyConverter.cs
- TripleDESCryptoServiceProvider.cs
- BaseUriHelper.cs
- VerificationAttribute.cs
- ProvideValueServiceProvider.cs
- CodeRemoveEventStatement.cs
- ImageField.cs
- SimpleApplicationHost.cs
- BackStopAuthenticationModule.cs
- BackgroundWorker.cs
- HttpCachePolicy.cs
- TreeNodeEventArgs.cs
- ClusterRegistryConfigurationProvider.cs
- BitVector32.cs
- ToolStripPanelRow.cs
- DateTime.cs
- ICspAsymmetricAlgorithm.cs
- PageContentAsyncResult.cs
- ExecutionEngineException.cs
- SharedStream.cs
- UnsafePeerToPeerMethods.cs
- Queue.cs
- SourceElementsCollection.cs
- DynamicAttribute.cs
- errorpatternmatcher.cs
- GridView.cs
- SecurityTokenProvider.cs
- OutputWindow.cs
- InvokeWebServiceDesigner.cs
- Application.cs
- DynamicUpdateCommand.cs
- SoapConverter.cs
- String.cs
- TemplatePagerField.cs
- StandardCommands.cs
- SQLMoneyStorage.cs
- FormCollection.cs
- SpoolingTask.cs
- CultureData.cs
- SettingsBase.cs
- ProviderUtil.cs
- LinkButton.cs
- FontSourceCollection.cs
- safex509handles.cs
- WindowsIPAddress.cs
- FixedSOMLineCollection.cs
- WebPartHeaderCloseVerb.cs
- ParameterDataSourceExpression.cs
- DefaultBinder.cs
- ResourceReader.cs
- BindingContext.cs
- InputMethod.cs
- ReachFixedPageSerializerAsync.cs
- ItemsChangedEventArgs.cs
- XmlElement.cs
- XmlSerializerSection.cs
- StyleSheetDesigner.cs
- EDesignUtil.cs
- _SslSessionsCache.cs
- SafeRsaProviderHandle.cs
- TabControl.cs
- DataGridHelper.cs
- ToolBarTray.cs
- ToolStripItemEventArgs.cs
- FixedFlowMap.cs
- BinaryExpression.cs
- CategoryAttribute.cs
- Logging.cs
- WebPartTransformer.cs
- Viewport3DVisual.cs
- SEHException.cs
- TextTreeDeleteContentUndoUnit.cs
- BaseDataBoundControl.cs
- ZipIOExtraField.cs
- ErrorReporting.cs
- AttachedPropertyBrowsableWhenAttributePresentAttribute.cs
- DocumentApplication.cs
- MouseWheelEventArgs.cs
- ValueType.cs
- DateTime.cs
- _Events.cs