IKVM.Reflection.Type.IGenericContext C# (CSharp) Méthode

IGenericContext() private méthode

private IGenericContext ( int index ) : Type
index int
Résultat Type
        Type IGenericContext.GetGenericMethodArgument(int index)
        {
            throw new BadImageFormatException();
        }