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
- FontConverter.cs
- TimelineClockCollection.cs
- Renderer.cs
- ACL.cs
- MouseWheelEventArgs.cs
- LocalBuilder.cs
- DragCompletedEventArgs.cs
- StorageModelBuildProvider.cs
- DataGridViewSortCompareEventArgs.cs
- IntPtr.cs
- ValueOfAction.cs
- HelpInfo.cs
- InvalidPrinterException.cs
- XmlCustomFormatter.cs
- TakeQueryOptionExpression.cs
- NativeObjectSecurity.cs
- DesignerTransactionCloseEvent.cs
- BaseDataList.cs
- RadioButtonDesigner.cs
- ToolStrip.cs
- BuildDependencySet.cs
- MsmqActivation.cs
- SqlColumnizer.cs
- OpenTypeLayout.cs
- Statements.cs
- SqlUtils.cs
- Point3DIndependentAnimationStorage.cs
- WebPartAddingEventArgs.cs
- ResourceContainer.cs
- HttpServerUtilityBase.cs
- SqlNotificationRequest.cs
- PartialList.cs
- SqlDataSourceCache.cs
- ChannelBinding.cs
- xmlglyphRunInfo.cs
- ISSmlParser.cs
- LassoHelper.cs
- ellipse.cs
- DataControlFieldHeaderCell.cs
- ISAPIRuntime.cs
- DataGridViewRowDividerDoubleClickEventArgs.cs
- PageAsyncTask.cs
- FlowDocument.cs
- CodeGenerator.cs
- ObjectTag.cs
- XmlUtil.cs
- InternalCompensate.cs
- BitmapSourceSafeMILHandle.cs
- NamespaceInfo.cs
- XmlToDatasetMap.cs
- StrokeNodeOperations2.cs
- HitTestWithGeometryDrawingContextWalker.cs
- DataBoundControlHelper.cs
- CommandDevice.cs
- complextypematerializer.cs
- CopyOfAction.cs
- Expressions.cs
- RuntimeUtils.cs
- DataControlField.cs
- RowCache.cs
- ImageDrawing.cs
- AdornerHitTestResult.cs
- PreProcessor.cs
- MergeFilterQuery.cs
- CatalogPart.cs
- NamespaceTable.cs
- XmlSchemaDatatype.cs
- ParenthesizePropertyNameAttribute.cs
- ResourceDescriptionAttribute.cs
- ConnectivityStatus.cs
- ByteStorage.cs
- ActivityIdHeader.cs
- DataGridViewHeaderCell.cs
- Tracer.cs
- InfoCardKeyedHashAlgorithm.cs
- MetadataUtilsSmi.cs
- TreeNodeCollection.cs
- ControlIdConverter.cs
- IconHelper.cs
- StorageScalarPropertyMapping.cs
- DataGridViewImageColumn.cs
- MenuAutomationPeer.cs
- TextParaClient.cs
- InputProviderSite.cs
- DataGridViewRowConverter.cs
- TargetFrameworkAttribute.cs
- URLAttribute.cs
- WebControl.cs
- AxDesigner.cs
- ArgumentNullException.cs
- FlowchartStart.xaml.cs
- SelectionEditor.cs
- BinaryObjectInfo.cs
- GenericWebPart.cs
- InlinedAggregationOperatorEnumerator.cs
- ItemType.cs
- ConsoleCancelEventArgs.cs
- SendMessageRecord.cs
- BatchParser.cs
- ColorAnimationUsingKeyFrames.cs