PERWAPI.BoxedSimpleConst.BoxedSimpleConst C# (CSharp) Method

BoxedSimpleConst() public method

public BoxedSimpleConst ( SimpleConstant con ) : System
con SimpleConstant
return System
        public BoxedSimpleConst(SimpleConstant con)
        {
            sConst = con;
            type = (ElementType)sConst.GetTypeIndex();
        }