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

IList() private method

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
private IList ( object obj ) : bool
obj object
return bool
            bool IList.Contains(object obj)
            {
                return Contains((PropertySpec)obj);
            }

Same methods

PropertyBag.PropertySpecCollection::IList ( object value ) : int
PropertyBag.PropertySpecCollection::IList ( int index, object value ) : void
PropertyBag.PropertySpecCollection::IList ( object value ) : void