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

Remove() public method

Removes the first occurrence of a specific object from the PropertySpecCollection.
public Remove ( PropertySpec obj ) : void
obj PropertySpec The PropertySpec to remove from the PropertySpecCollection.
return void
            public void Remove(PropertySpec obj)
            {
                innerArray.Remove(obj);
            }

Same methods

PropertyBag.PropertySpecCollection::Remove ( string name ) : void