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

Mostra file Open project: dotnet/corefx

Public Methods

Method Description
MakeDelegateType ( this info, Type retType ) : Type
MakeDelegateType ( this info, Type retType, IList args ) : Type

Method Details

MakeDelegateType() public static method

public static MakeDelegateType ( this info, Type retType ) : Type
info this
retType Type
return Type

MakeDelegateType() public static method

public static MakeDelegateType ( this info, Type retType, IList args ) : Type
info this
retType Type
args IList
return Type