System.ComponentModel.PropertyDescriptorCollection.this C# (CSharp) Méthode

this() public méthode

public this ( string name ) : PropertyDescriptor
name string
Résultat PropertyDescriptor
        public virtual PropertyDescriptor this[string name] {
            get {
                return Find(name, false);
            }
        }
       

Same methods

PropertyDescriptorCollection::this ( int index ) : PropertyDescriptor
PropertyDescriptorCollection::this ( object key ) : objectIDictionary.System.Diagnostics.CodeAnalysis
PropertyDescriptorCollection::this ( int index ) : objectIList.System.Diagnostics.CodeAnalysis