IKVM.Reflection.Type.IGenericContext C# (CSharp) Method

IGenericContext() private method

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