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

this() public méthode

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

Same methods

EventDescriptorCollection::this ( int index ) : EventDescriptor
EventDescriptorCollection::this ( int index ) : objectIList.System.Diagnostics.CodeAnalysis