Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaSubstitutionGroup.cs / 1305376 / 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
- SharedUtils.cs
- MruCache.cs
- FixedFlowMap.cs
- documentsequencetextview.cs
- FlagsAttribute.cs
- DBSqlParserTableCollection.cs
- CodeMemberMethod.cs
- StringAttributeCollection.cs
- PerfCounters.cs
- DbParameterCollectionHelper.cs
- SystemIPAddressInformation.cs
- CodeBinaryOperatorExpression.cs
- ServicePoint.cs
- mediapermission.cs
- ContextMenu.cs
- followingsibling.cs
- OdbcEnvironment.cs
- FormattedText.cs
- DnsCache.cs
- FileClassifier.cs
- HierarchicalDataSourceControl.cs
- BindingMAnagerBase.cs
- StateBag.cs
- FontInfo.cs
- TickBar.cs
- EntityAdapter.cs
- MarginsConverter.cs
- WindowsFormsLinkLabel.cs
- StylusCollection.cs
- PrinterResolution.cs
- MultiDataTrigger.cs
- TraceData.cs
- CodeLinePragma.cs
- ObjectComplexPropertyMapping.cs
- WinInet.cs
- ELinqQueryState.cs
- XmlSchemaComplexType.cs
- ListDictionary.cs
- DataSourceDesigner.cs
- XmlNullResolver.cs
- cookieexception.cs
- ObjectPersistData.cs
- StringSorter.cs
- GridViewPageEventArgs.cs
- DbConnectionInternal.cs
- DbConnectionStringBuilder.cs
- BitmapMetadataEnumerator.cs
- CallTemplateAction.cs
- LinkAreaEditor.cs
- InvokeBase.cs
- UnsafeNativeMethods.cs
- TextSelectionHelper.cs
- _OverlappedAsyncResult.cs
- RectangleHotSpot.cs
- KnownAssemblyEntry.cs
- ObjectDataSourceChooseTypePanel.cs
- Int64AnimationBase.cs
- Listbox.cs
- ScriptBehaviorDescriptor.cs
- StylusOverProperty.cs
- AttributeUsageAttribute.cs
- CodeEventReferenceExpression.cs
- pingexception.cs
- SrgsSemanticInterpretationTag.cs
- DateBoldEvent.cs
- NavigationEventArgs.cs
- DataGridViewAutoSizeModeEventArgs.cs
- TryCatch.cs
- GrowingArray.cs
- UniqueEventHelper.cs
- RadioButtonRenderer.cs
- Error.cs
- WebPartVerbsEventArgs.cs
- SQLStringStorage.cs
- XmlQualifiedName.cs
- DoubleLink.cs
- CompleteWizardStep.cs
- TransferMode.cs
- TextParagraphProperties.cs
- StructuredType.cs
- NodeFunctions.cs
- SevenBitStream.cs
- QueryCreatedEventArgs.cs
- DocumentApplication.cs
- SolidColorBrush.cs
- Int32AnimationBase.cs
- TableItemProviderWrapper.cs
- BamlRecords.cs
- DesignerToolboxInfo.cs
- DesignerForm.cs
- XamlToRtfParser.cs
- WhereQueryOperator.cs
- UnmanagedMemoryStreamWrapper.cs
- ProtocolElement.cs
- XamlWrappingReader.cs
- PreviewPageInfo.cs
- DynamicRouteExpression.cs
- Queue.cs
- ByteStorage.cs
- CalendarAutoFormatDialog.cs