System.ComponentModel.PropertyDescriptorCollection.IndexOf C# (CSharp) Метод

IndexOf() публичный Метод

public IndexOf ( PropertyDescriptor value ) : int
value PropertyDescriptor
Результат int
        public int IndexOf(PropertyDescriptor value) {
            return Array.IndexOf(properties, value, 0, propCount);
        }