System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.IList C# (CSharp) Method

IList() private method

Private IList implementation.
private IList ( object value ) : bool
value object
return bool
            bool IList.Contains(object value)
            {
                EnsurePopulated();
                return _children.Contains(value);
            }

Same methods

DesignerOptionService.DesignerOptionCollection::IList ( object value ) : int
DesignerOptionService.DesignerOptionCollection::IList ( ) : void
DesignerOptionService.DesignerOptionCollection::IList ( int index ) : void
DesignerOptionService.DesignerOptionCollection::IList ( int index, object value ) : void
DesignerOptionService.DesignerOptionCollection::IList ( object value ) : void