C# Class IKVM.Reflection.MethodSignature.Binder

Inheritance: IGenericBinder
Show file Open project: runefs/Marvin

Public Methods

Method Description
BindMethodParameter ( Type type ) : Type
BindTypeParameter ( Type type ) : Type

Private Methods

Method Description
Binder ( Type declaringType, Type methodArgs ) : System

Method Details

BindMethodParameter() public method

public BindMethodParameter ( Type type ) : Type
type Type
return Type

BindTypeParameter() public method

public BindTypeParameter ( Type type ) : Type
type Type
return Type