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

this() public method

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