  | AtomicType (string, string)AtomicType (String, String)AtomicType (String^, String^) |
Creates a reference to the atomic type with the specified name.
|
  | AtomicType (XmlQualifiedName)AtomicType (XmlQualifiedName)AtomicType (XmlQualifiedName^) |
Creates a reference to the atomic type with the specified name.
|
  | Attribute ()Attribute ()Attribute () |
Returns a reference to the type that matches all attributes.
|
  | Attribute (string, string)Attribute (String, String)Attribute (String^, String^) |
Creates a reference to the attribute type with the specified name.
|
  | Attribute (string, string, string, string)Attribute (String, String, String, String)Attribute (String^, String^, String^, String^) |
Creates a reference to the attribute type with the specified name and type annotation name.
|
  | Attribute (string, string, XmlSchemaSimpleType)Attribute (String, String, XmlSchemaSimpleType)Attribute (String^, String^, XmlSchemaSimpleType^) |
Creates a reference to the attribute type with the specified name and type annotation name.
|
  | Attribute (XmlQualifiedName)Attribute (XmlQualifiedName)Attribute (XmlQualifiedName^) |
Creates a reference to the attribute type with the specified name.
|
  | Attribute (XmlQualifiedName, XmlSchemaSimpleType)Attribute (XmlQualifiedName, XmlSchemaSimpleType)Attribute (XmlQualifiedName^, XmlSchemaSimpleType^) |
Creates a reference to the attribute type with the specified name and type annotation.
|
  | Attribute (XmlQualifiedName, XmlQualifiedName)Attribute (XmlQualifiedName, XmlQualifiedName)Attribute (XmlQualifiedName^, XmlQualifiedName^) |
Creates a reference to the attribute type with the specified name and type annotation name.
|
  | Document ()Document ()Document () |
Returns a reference to the type matching all document nodes.
|
  | Document (string, string)Document (String, String)Document (String^, String^) |
Creates a reference to the document type with element content with the specified name.
|
  | Document (string, string, string, string, bool)Document (String, String, String, String, Boolean)Document (String^, String^, String^, String^, bool) |
Creates a reference to the document type with element content with the specified name and type annotation.
|
  | Document (string, string, XmlSchemaType, bool)Document (String, String, XmlSchemaType, Boolean)Document (String^, String^, XmlSchemaType^, bool) |
Creates a reference to the document type with element content with the specified name and type annotation.
|
  | Document (XmlQualifiedName)Document (XmlQualifiedName)Document (XmlQualifiedName^) |
Creates a reference to the document type with element content with the specified name.
|
  | Document (XmlQualifiedName, XmlSchemaType, bool)Document (XmlQualifiedName, XmlSchemaType, Boolean)Document (XmlQualifiedName^, XmlSchemaType^, bool) |
Creates a reference to the document type with element content with the specified name and type annotation.
|
  | Document (XmlQualifiedName, XmlQualifiedName, bool)Document (XmlQualifiedName, XmlQualifiedName, Boolean)Document (XmlQualifiedName^, XmlQualifiedName^, bool) |
Creates a reference to the document type with element content with the specified name and type annotation.
|
  | Element ()Element ()Element () |
Returns a reference to the type matching any element.
|
  | Element (string, string)Element (String, String)Element (String^, String^) |
Creates a reference to the element type with the specified name.
|
  | Element (string, string, string, string, bool)Element (String, String, String, String, Boolean)Element (String^, String^, String^, String^, bool) |
Creates a reference to the element type with the specified name and type annotation.
|
  | Element (string, string, XmlSchemaType, bool)Element (String, String, XmlSchemaType, Boolean)Element (String^, String^, XmlSchemaType^, bool) |
Creates a reference to the element type with the specified name and type annotation.
|
  | Element (XmlQualifiedName)Element (XmlQualifiedName)Element (XmlQualifiedName^) |
Creates a reference to the element type with the specified name.
|
  | Element (XmlQualifiedName, XmlSchemaType, bool)Element (XmlQualifiedName, XmlSchemaType, Boolean)Element (XmlQualifiedName^, XmlSchemaType^, bool) |
Creates a reference to the element type with the specified name and type annotation.
|
  | Element (XmlQualifiedName, XmlQualifiedName, bool)Element (XmlQualifiedName, XmlQualifiedName, Boolean)Element (XmlQualifiedName^, XmlQualifiedName^, bool) |
Creates a reference to the element type with the specified name and type annotation.
|
 | Object.EqualsObject.EqualsObject::Equals |
Determines whether the specified objectObjectobject is equal to the current objectObjectobject.
(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | Object.FinalizeObject.FinalizeObject::Finalize |
Allows an objectObjectobject to attempt to free resources and perform other cleanup operations before the objectObjectobject is reclaimed by garbage collection.
(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | Object.GetHashCodeObject.GetHashCodeObject::GetHashCode |
Serves as a hash function for a particular type.
(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | Object.GetTypeObject.GetTypeObject::GetType |
Gets the TypeTypeType of the current instance.
(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | Object.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseClone |
Creates a shallow copy of the current objectObjectobject.
(Inherited from System.ObjectSystem.ObjectSystem::Object) |
  | ProcessingInstruction ()ProcessingInstruction ()ProcessingInstruction () |
Returns a reference to the type that matches all processing instructions.
|
  | ProcessingInstruction (string)ProcessingInstruction (String)ProcessingInstruction (String^) |
Creates a reference to the processing instruction type with the specified target.
|
  | SchemaAttribute (string, string)SchemaAttribute (String, String)SchemaAttribute (String^, String^) |
Creates a reference to the schema attribute type with the specified name.
|
  | SchemaAttribute (XmlQualifiedName)SchemaAttribute (XmlQualifiedName)SchemaAttribute (XmlQualifiedName^) |
Creates a reference to the schema attribute type with the specified name.
|
  | SchemaDocument (string, string)SchemaDocument (String, String)SchemaDocument (String^, String^) |
Creates a reference to the document type with schema element content with the specified name.
|
  | SchemaDocument (XmlQualifiedName)SchemaDocument (XmlQualifiedName)SchemaDocument (XmlQualifiedName^) |
Creates a reference to the document type with schema element content with the specified name.
|
  | SchemaElement (string, string)SchemaElement (String, String)SchemaElement (String^, String^) |
Creates a reference to the schema element type with the specified name.
|
  | SchemaElement (XmlQualifiedName)SchemaElement (XmlQualifiedName)SchemaElement (XmlQualifiedName^) |
Creates a reference to the schema element type with the specified name.
|
  | SequenceSequenceSequence |
Returns a reference to the type representing a sequence of the specified item type.
|
 | Object.ToStringObject.ToStringObject::ToString |
Returns a stringStringString that represents the current objectObjectobject.
(Inherited from System.ObjectSystem.ObjectSystem::Object) |
  | UntypedDocumentUntypedDocumentUntypedDocument |
Returns a reference to the document type with untyped element content.
|