C# Class SlimDX.Generator.TypeModel

Afficher le fichier Open project: SlimDX/SlimDX-v2 Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Returns a System.String that represents this instance.

operator ( ) : bool

Méthodes protégées

Méthode Description
TypeModel ( ApiModel api, string key, string name ) : System

Method Details

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

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string

TypeModel() protected méthode

protected TypeModel ( ApiModel api, string key, string name ) : System
api ApiModel
key string
name string
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool