System.ComponentModel.PropertyDescriptorCollection.this C# (CSharp) Method

this() public method

public this ( string name ) : PropertyDescriptor
name string
return 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