C# Class ilcclib.Converter.TraversableCConverter.TypeContext

Datei anzeigen Open project: soywiz/ilcc

Public Methods

Method Description
Contains ( CType CType ) : bool
GetTypeByCType ( CType CType ) : Type
SetTypeByCType ( CType CType, Type Type ) : void

Method Details

Contains() public method

public Contains ( CType CType ) : bool
CType CType
return bool

GetTypeByCType() public method

public GetTypeByCType ( CType CType ) : Type
CType CType
return System.Type

SetTypeByCType() public method

public SetTypeByCType ( CType CType, Type Type ) : void
CType CType
Type System.Type
return void