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
- MonitorWrapper.cs
- CollectionChangedEventManager.cs
- ContextProperty.cs
- LabelLiteral.cs
- HttpValueCollection.cs
- ToolStripItemEventArgs.cs
- Verify.cs
- TreeChangeInfo.cs
- RsaSecurityToken.cs
- BaseTemplateParser.cs
- ObjectDataSourceDisposingEventArgs.cs
- PerfCounters.cs
- GAC.cs
- ToolstripProfessionalRenderer.cs
- LingerOption.cs
- ResourcesBuildProvider.cs
- GridViewRowPresenter.cs
- BitmapSource.cs
- TouchEventArgs.cs
- PersonalizationStateQuery.cs
- RequestCachePolicy.cs
- RegisteredArrayDeclaration.cs
- CodeCatchClause.cs
- AffineTransform3D.cs
- COM2PictureConverter.cs
- LeaseManager.cs
- Tablet.cs
- SQLBytes.cs
- QilReference.cs
- Util.cs
- NameValueCollection.cs
- ToolboxItemAttribute.cs
- TimelineGroup.cs
- StorageAssociationTypeMapping.cs
- MailWebEventProvider.cs
- OleDbRowUpdatingEvent.cs
- WindowInteractionStateTracker.cs
- DataSourceConverter.cs
- WebEncodingValidatorAttribute.cs
- SmiEventSink_Default.cs
- HostedHttpRequestAsyncResult.cs
- ForeignKeyFactory.cs
- HwndAppCommandInputProvider.cs
- AuthorizationRule.cs
- SafeSecurityHelper.cs
- ButtonStandardAdapter.cs
- BamlTreeNode.cs
- HttpListener.cs
- altserialization.cs
- EasingFunctionBase.cs
- CreateUserWizard.cs
- Contracts.cs
- NotFiniteNumberException.cs
- PlainXmlWriter.cs
- XhtmlTextWriter.cs
- InkSerializer.cs
- TypeUsageBuilder.cs
- RtType.cs
- ASCIIEncoding.cs
- EventLogPermissionEntry.cs
- EllipseGeometry.cs
- SimpleTypeResolver.cs
- PaperSource.cs
- QuotedPrintableStream.cs
- ConfigurationValues.cs
- TimestampInformation.cs
- CharEntityEncoderFallback.cs
- SEHException.cs
- SizeFConverter.cs
- AsymmetricAlgorithm.cs
- IPCCacheManager.cs
- DataRow.cs
- VectorCollection.cs
- ThreadStateException.cs
- ElementUtil.cs
- AppSettingsExpressionBuilder.cs
- UDPClient.cs
- WmlSelectionListAdapter.cs
- XmlSerializationReader.cs
- DefaultValueTypeConverter.cs
- EntitySetBase.cs
- ContentValidator.cs
- OracleColumn.cs
- BaseTemplateCodeDomTreeGenerator.cs
- SchemaElementLookUpTable.cs
- TrackingMemoryStream.cs
- RemotingAttributes.cs
- CustomExpression.cs
- SqlCommandBuilder.cs
- PeerContact.cs
- WindowsNonControl.cs
- StylusPointPropertyInfoDefaults.cs
- Math.cs
- PasswordPropertyTextAttribute.cs
- WebControl.cs
- SmtpMail.cs
- ConnectionStringSettingsCollection.cs
- RSACryptoServiceProvider.cs
- SqlOuterApplyReducer.cs
- PerformanceCounterPermission.cs