C# Class Mono.Rocks.Tools.Types

Afficher le fichier Open project: mono/rocks

Méthodes publiques

Méthode 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 méthode

public static Action ( int args ) : CodeTypeReference
args int
Résultat System.CodeDom.CodeTypeReference

Func() public static méthode

public static Func ( int args ) : CodeTypeReference
args int
Résultat System.CodeDom.CodeTypeReference

GetTypeParameter() public static méthode

public static GetTypeParameter ( int index, int total ) : string
index int
total int
Résultat string

GetTypeParameterReferences() public static méthode

public static GetTypeParameterReferences ( int args, bool ret ) : IEnumerable
args int
ret bool
Résultat IEnumerable

GetTypeParameters() public static méthode

public static GetTypeParameters ( int args, bool ret ) : IEnumerable
args int
ret bool
Résultat IEnumerable