C# Class System.Xml.Schema.KeySequence

Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Equals ( object other ) : bool
GetHashCode ( ) : int
KeySequence ( TypedObject ks ) : System
ToString ( ) : string
this ( int index ) : object

Private Methods

Method Description
IsQualified ( ) : bool
KeySequence ( int dim, int line, int col ) : System

Method Details

Equals() public method

public Equals ( object other ) : bool
other object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

KeySequence() public method

public KeySequence ( TypedObject ks ) : System
ks TypedObject
return System

ToString() public method

public ToString ( ) : string
return string

this() public method

public this ( int index ) : object
index int
return object