C# Class System.Linq.Expressions.Compiler.TypeInfoExtensions

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
MakeDelegateType ( this info, Type retType ) : Type
MakeDelegateType ( this info, Type retType, IList args ) : Type

Method Details

MakeDelegateType() public static méthode

public static MakeDelegateType ( this info, Type retType ) : Type
info this
retType Type
Résultat Type

MakeDelegateType() public static méthode

public static MakeDelegateType ( this info, Type retType, IList args ) : Type
info this
retType Type
args IList
Résultat Type