IKVM.Internal.ClassFile.ConstantPoolItemFMI.Link C# (CSharp) Method

Link() private method

private Link ( TypeWrapper thisType ) : void
thisType TypeWrapper
return void
            internal override void Link(TypeWrapper thisType)
            {
                clazz.Link(thisType);
            }