AnimatGuiCtrls.Controls.PropertyBag.PropertyBag C# (CSharp) Method

PropertyBag() public method

Initializes a new instance of the PropertyBag class.
public PropertyBag ( ) : System
return System
        public PropertyBag()
        {
            defaultProperty = null;
            properties = new PropertySpecCollection(this);
            m_Security = null;
        }

Same methods

PropertyBag::PropertyBag ( object oTag, string strObjName, SecurityManager oSecurity ) : System