C# Класс System.Linq.Expressions.Compiler.TypeInfoExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
MakeDelegateType ( this info, Type retType ) : Type
MakeDelegateType ( this info, Type retType, IList args ) : Type

Описание методов

MakeDelegateType() публичный статический Метод

public static MakeDelegateType ( this info, Type retType ) : Type
info this
retType Type
Результат Type

MakeDelegateType() публичный статический Метод

public static MakeDelegateType ( this info, Type retType, IList args ) : Type
info this
retType Type
args IList
Результат Type