C# Class DataGridAssembly.BindableReadWriteElement

Afficher le fichier Open project: mono/uia2atk Class Usage Examples

Méthodes publiques

Méthode Description
BindableReadWriteElement ( ) : System
BindableReadWriteElement ( int integer, string name ) : System
Equals ( BindableReadWriteElement other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Method Details

BindableReadWriteElement() public méthode

public BindableReadWriteElement ( ) : System
Résultat System

BindableReadWriteElement() public méthode

public BindableReadWriteElement ( int integer, string name ) : System
integer int
name string
Résultat System

Equals() public méthode

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

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string