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

IndexOf() public méthode

Returns the numerical index of the given value.
public IndexOf ( DesignerOptionCollection value ) : int
value DesignerOptionCollection
Résultat int
            public int IndexOf(DesignerOptionCollection value)
            {
                EnsurePopulated();
                return _children.IndexOf(value);
            }