C# Class Mono.Rocks.Tools.Types

ファイルを表示 Open project: mono/rocks

Public Methods

Method Description
Action ( int args ) : CodeTypeReference
Func ( int args ) : CodeTypeReference
GetTypeParameter ( int index, int total ) : string
GetTypeParameterReferences ( int args, bool ret ) : IEnumerable
GetTypeParameters ( int args, bool ret ) : IEnumerable

Method Details

Action() public static method

public static Action ( int args ) : CodeTypeReference
args int
return System.CodeDom.CodeTypeReference

Func() public static method

public static Func ( int args ) : CodeTypeReference
args int
return System.CodeDom.CodeTypeReference

GetTypeParameter() public static method

public static GetTypeParameter ( int index, int total ) : string
index int
total int
return string

GetTypeParameterReferences() public static method

public static GetTypeParameterReferences ( int args, bool ret ) : IEnumerable
args int
ret bool
return IEnumerable

GetTypeParameters() public static method

public static GetTypeParameters ( int args, bool ret ) : IEnumerable
args int
ret bool
return IEnumerable