C# Class System.Xml.Schema.XmlSchemaObjectTable

Summary description for XmlSchemaObjectTable.
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
Contains ( XmlQualifiedName name ) : bool
GetEnumerator ( ) : IDictionaryEnumerator
this ( XmlQualifiedName name ) : XmlSchemaObject

Private Methods

Méthode Description
Add ( XmlQualifiedName name, XmlSchemaObject value ) : void
Clear ( ) : void
FindIndexByValue ( XmlSchemaObject xso ) : int
Insert ( XmlQualifiedName name, XmlSchemaObject value ) : void
Remove ( XmlQualifiedName name ) : void
Replace ( XmlQualifiedName name, XmlSchemaObject value ) : void
XmlSchemaObjectTable ( ) : System.Collections

Method Details

Contains() public méthode

public Contains ( XmlQualifiedName name ) : bool
name System.Xml.XmlQualifiedName
Résultat bool

GetEnumerator() public méthode

public GetEnumerator ( ) : IDictionaryEnumerator
Résultat IDictionaryEnumerator

this() public méthode

public this ( XmlQualifiedName name ) : XmlSchemaObject
name System.Xml.XmlQualifiedName
Résultat XmlSchemaObject