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

PropertyTable() public method

Initializes a new instance of the PropertyTable class.
public PropertyTable ( ) : System
return System
        public PropertyTable()
        {
            propValues = new Hashtable();
        }

Same methods

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