C# Class System.Xml.Schema.KeySequence

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
IsQualified ( ) : bool
KeySequence ( int dim, int line, int col ) : System

Method Details

Equals() public méthode

public Equals ( object other ) : bool
other object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

KeySequence() public méthode

public KeySequence ( TypedObject ks ) : System
ks TypedObject
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

this() public méthode

public this ( int index ) : object
index int
Résultat object