C# Class System.Xml.Schema.XmlSchemaObjectTable

Summary description for XmlSchemaObjectTable.
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Contains ( XmlQualifiedName name ) : bool
GetEnumerator ( ) : IDictionaryEnumerator
this ( XmlQualifiedName name ) : XmlSchemaObject

Private Methods

Method 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 method

public Contains ( XmlQualifiedName name ) : bool
name System.Xml.XmlQualifiedName
return bool

GetEnumerator() public method

public GetEnumerator ( ) : IDictionaryEnumerator
return IDictionaryEnumerator

this() public method

public this ( XmlQualifiedName name ) : XmlSchemaObject
name System.Xml.XmlQualifiedName
return XmlSchemaObject