C# Class LinFu.Reflection.Extensions.MethodSignature

Inheritance: IMethodSignature
Afficher le fichier Open project: philiplaureano/LinFu.DynamicObject Class Usage Examples

Méthodes publiques

Méthode Description
MethodSignature ( IEnumerable parameterTypes, Type returnType ) : System

Method Details

MethodSignature() public méthode

public MethodSignature ( IEnumerable parameterTypes, Type returnType ) : System
parameterTypes IEnumerable
returnType System.Type
Résultat System