C# Class System.ComponentModel.EventDescriptorCollection

Inheritance: IList, ICollection, IEnumerable
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Свойство Type Description
Empty EventDescriptorCollection

Private Properties

Свойство Type Description
EnsureEventsOwned void
EnsureSize void
EventDescriptorCollection System.Diagnostics.CodeAnalysis
ICollection void
IEnumerable IEnumerator
IList bool
IList int
IList void
IList void
IList void
IList void
this objectIList.System.Diagnostics.CodeAnalysis

Méthodes publiques

Méthode Description
Add ( System.ComponentModel.EventDescriptor value ) : int
Clear ( ) : void
Contains ( System.ComponentModel.EventDescriptor value ) : bool
EventDescriptorCollection ( System.ComponentModel.EventDescriptor events ) : System.Diagnostics.CodeAnalysis
EventDescriptorCollection ( System.ComponentModel.EventDescriptor events, bool readOnly ) : System.Diagnostics.CodeAnalysis
Find ( string name, bool ignoreCase ) : EventDescriptor
GetEnumerator ( ) : IEnumerator
IndexOf ( EventDescriptor value ) : int
Insert ( int index, EventDescriptor value ) : void
Remove ( EventDescriptor value ) : void
RemoveAt ( int index ) : void
Sort ( ) : EventDescriptorCollection
Sort ( IComparer comparer ) : EventDescriptorCollection
Sort ( string names ) : EventDescriptorCollection
Sort ( string names, IComparer comparer ) : EventDescriptorCollection
this ( int index ) : EventDescriptor
this ( string name ) : EventDescriptor

Méthodes protégées

Méthode Description
InternalSort ( IComparer sorter ) : void
InternalSort ( string names ) : void

Private Methods

Méthode Description
EnsureEventsOwned ( ) : void
EnsureSize ( int sizeNeeded ) : void
EventDescriptorCollection ( System.ComponentModel.EventDescriptor events, int eventCount, string namedSort, IComparer comparer ) : System.Diagnostics.CodeAnalysis
ICollection ( Array array, int index ) : void
IEnumerable ( ) : IEnumerator
IList ( object value ) : bool
IList ( object value ) : int
IList ( ) : void
IList ( int index ) : void
IList ( int index, object value ) : void
IList ( object value ) : void
this ( int index ) : objectIList.System.Diagnostics.CodeAnalysis

Method Details

Add() public méthode

public Add ( System.ComponentModel.EventDescriptor value ) : int
value System.ComponentModel.EventDescriptor
Résultat int

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( System.ComponentModel.EventDescriptor value ) : bool
value System.ComponentModel.EventDescriptor
Résultat bool

EventDescriptorCollection() public méthode

public EventDescriptorCollection ( System.ComponentModel.EventDescriptor events ) : System.Diagnostics.CodeAnalysis
events System.ComponentModel.EventDescriptor
Résultat System.Diagnostics.CodeAnalysis

EventDescriptorCollection() public méthode

public EventDescriptorCollection ( System.ComponentModel.EventDescriptor events, bool readOnly ) : System.Diagnostics.CodeAnalysis
events System.ComponentModel.EventDescriptor
readOnly bool
Résultat System.Diagnostics.CodeAnalysis

Find() public méthode

public Find ( string name, bool ignoreCase ) : EventDescriptor
name string
ignoreCase bool
Résultat EventDescriptor

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

IndexOf() public méthode

public IndexOf ( EventDescriptor value ) : int
value EventDescriptor
Résultat int

Insert() public méthode

public Insert ( int index, EventDescriptor value ) : void
index int
value EventDescriptor
Résultat void

InternalSort() protected méthode

protected InternalSort ( IComparer sorter ) : void
sorter IComparer
Résultat void

InternalSort() protected méthode

protected InternalSort ( string names ) : void
names string
Résultat void

Remove() public méthode

public Remove ( EventDescriptor value ) : void
value EventDescriptor
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

Sort() public méthode

public Sort ( ) : EventDescriptorCollection
Résultat EventDescriptorCollection

Sort() public méthode

public Sort ( IComparer comparer ) : EventDescriptorCollection
comparer IComparer
Résultat EventDescriptorCollection

Sort() public méthode

public Sort ( string names ) : EventDescriptorCollection
names string
Résultat EventDescriptorCollection

Sort() public méthode

public Sort ( string names, IComparer comparer ) : EventDescriptorCollection
names string
comparer IComparer
Résultat EventDescriptorCollection

this() public méthode

public this ( int index ) : EventDescriptor
index int
Résultat EventDescriptor

this() public méthode

public this ( string name ) : EventDescriptor
name string
Résultat EventDescriptor

Property Details

Empty public_oe static_oe property

public static EventDescriptorCollection,System.ComponentModel Empty
Résultat EventDescriptorCollection