C# Class IKVM.Reflection.MethodSignature.Binder

Inheritance: IGenericBinder
Afficher le fichier Open project: runefs/Marvin

Méthodes publiques

Méthode Description
BindMethodParameter ( Type type ) : Type
BindTypeParameter ( Type type ) : Type

Private Methods

Méthode Description
Binder ( Type declaringType, Type methodArgs ) : System

Method Details

BindMethodParameter() public méthode

public BindMethodParameter ( Type type ) : Type
type Type
Résultat Type

BindTypeParameter() public méthode

public BindTypeParameter ( Type type ) : Type
type Type
Résultat Type