IKVM.Internal.ClassFile.ConstantPoolItemInterfaceMethodref.ConstantPoolItemInterfaceMethodref C# (CSharp) Method

ConstantPoolItemInterfaceMethodref() private method

private ConstantPoolItemInterfaceMethodref ( BigEndianBinaryReader br ) : System
br BigEndianBinaryReader
return System
            internal ConstantPoolItemInterfaceMethodref(BigEndianBinaryReader br)
                : base(br)
            {
            }
ClassFile.ConstantPoolItemInterfaceMethodref