C# Class IKVM.Reflection.MethodSignature.UnboundGenericMethodContext

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

Méthodes publiques

Méthode Description
GetGenericMethodArgument ( int index ) : Type
GetGenericTypeArgument ( int index ) : Type

Private Methods

Méthode Description
UnboundGenericMethodContext ( IGenericContext original ) : System

Method Details

GetGenericMethodArgument() public méthode

public GetGenericMethodArgument ( int index ) : Type
index int
Résultat Type

GetGenericTypeArgument() public méthode

public GetGenericTypeArgument ( int index ) : Type
index int
Résultat Type