IKVM.Reflection.Type.IGenericContext C# (CSharp) 메소드

IGenericContext() 개인적인 메소드

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