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
- PlaceHolder.cs
- StyleXamlTreeBuilder.cs
- MethodToken.cs
- SmiEventSink_DeferedProcessing.cs
- storepermissionattribute.cs
- WindowShowOrOpenTracker.cs
- COM2ExtendedUITypeEditor.cs
- SqlDependencyListener.cs
- formatstringdialog.cs
- XmlElementAttributes.cs
- HttpClientCertificate.cs
- WorkflowMarkupSerializerMapping.cs
- DataException.cs
- Blend.cs
- BamlMapTable.cs
- PathSegmentCollection.cs
- DbParameterHelper.cs
- XamlContextStack.cs
- DescendentsWalkerBase.cs
- GenericUriParser.cs
- LabelInfo.cs
- SrgsRule.cs
- HeaderLabel.cs
- ObjectQuery_EntitySqlExtensions.cs
- RefreshPropertiesAttribute.cs
- BitmapEffect.cs
- GlobalizationAssembly.cs
- PtsHost.cs
- EntityClientCacheEntry.cs
- InvalidProgramException.cs
- HttpContextServiceHost.cs
- DataMemberConverter.cs
- FacetEnabledSchemaElement.cs
- UpDownBase.cs
- SafeTimerHandle.cs
- ProcessInfo.cs
- ColorConverter.cs
- VBIdentifierName.cs
- TypeDependencyAttribute.cs
- XmlSerializationReader.cs
- ParagraphResult.cs
- BookmarkInfo.cs
- FontFamilyValueSerializer.cs
- FactoryMaker.cs
- SettingsContext.cs
- SQLStringStorage.cs
- EntityDataSourceDataSelectionPanel.cs
- DynamicHyperLink.cs
- AffineTransform3D.cs
- PersonalizationStateInfoCollection.cs
- ContainerParaClient.cs
- DataServiceHost.cs
- BamlLocalizationDictionary.cs
- View.cs
- GenericEnumerator.cs
- RawStylusInput.cs
- Guid.cs
- VideoDrawing.cs
- CellLabel.cs
- RequestResponse.cs
- DSASignatureDeformatter.cs
- DefaultValueAttribute.cs
- RewritingValidator.cs
- TemplatedAdorner.cs
- MouseEvent.cs
- CodeCastExpression.cs
- OciLobLocator.cs
- Literal.cs
- Inline.cs
- SessionViewState.cs
- Action.cs
- TreeViewItem.cs
- ObjectHelper.cs
- RenderCapability.cs
- _ShellExpression.cs
- VerticalAlignConverter.cs
- BrowserTree.cs
- EntityKeyElement.cs
- PolygonHotSpot.cs
- ContactManager.cs
- ClientUtils.cs
- RowVisual.cs
- CustomAssemblyResolver.cs
- SecureEnvironment.cs
- State.cs
- ReferenceService.cs
- BaseCodeDomTreeGenerator.cs
- FontStyle.cs
- ArgumentException.cs
- WindowAutomationPeer.cs
- IODescriptionAttribute.cs
- ServiceBusyException.cs
- WebDescriptionAttribute.cs
- HttpAsyncResult.cs
- Table.cs
- WebRequestModuleElementCollection.cs
- CodeGeneratorOptions.cs
- BrushValueSerializer.cs
- BooleanFunctions.cs
- WebBrowserHelper.cs