IKVM.Reflection.Type.IGenericContext C# (CSharp) Метод

IGenericContext() приватный Метод

private IGenericContext ( int index ) : Type
index int
Результат Type
        Type IGenericContext.GetGenericMethodArgument(int index)
        {
            throw new BadImageFormatException();
        }