IKVM.Internal.ClassFile.ConstantPoolItemFloat.GetConstantType C# (CSharp) Method

GetConstantType() private method

private GetConstantType ( ) : ConstantType
return ConstantType
            internal override ConstantType GetConstantType()
            {
                return ConstantType.Float;
            }
ClassFile.ConstantPoolItemFloat