C# Class LinFu.Reflection.Extensions.MethodSignature

Inheritance: IMethodSignature
Mostrar archivo Open project: philiplaureano/LinFu.DynamicObject Class Usage Examples

Public Methods

Method Description
MethodSignature ( IEnumerable parameterTypes, Type returnType ) : System

Method Details

MethodSignature() public method

public MethodSignature ( IEnumerable parameterTypes, Type returnType ) : System
parameterTypes IEnumerable
returnType System.Type
return System