C# Class SlimDX.Generator.TypeModel

Mostra file Open project: SlimDX/SlimDX-v2 Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Returns a System.String that represents this instance.

operator ( ) : bool

Protected Methods

Method Description
TypeModel ( ApiModel api, string key, string name ) : System

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

Returns a System.String that represents this instance.
public ToString ( ) : string
return string

TypeModel() protected method

protected TypeModel ( ApiModel api, string key, string name ) : System
api ApiModel
key string
name string
return System

operator() public static method

public static operator ( ) : bool
return bool