System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.IList C# (CSharp) Méthode

IList() private méthode

Private IList implementation.
private IList ( object value ) : bool
value object
Résultat 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