C# Class System.Collections.CollectionBase

Inheritance: System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Properties

Свойство Type Description
System bool
System int

Méthodes publiques

Méthode Description
Clear ( ) : void
GetEnumerator ( ) : System.Collections.IEnumerator
RemoveAt ( int index ) : void

Méthodes protégées

Méthode Description
CollectionBase ( )
CollectionBase ( int capacity )
OnClear ( ) : void
OnClearComplete ( ) : void
OnInsert ( int index, object value ) : void
OnInsertComplete ( int index, object value ) : void
OnRemove ( int index, object value ) : void
OnRemoveComplete ( int index, object value ) : void
OnSet ( int index, object oldValue, object newValue ) : void
OnSetComplete ( int index, object oldValue, object newValue ) : void
OnValidate ( object value ) : void
System ( System array, int index ) : void
System ( int index, object value ) : void
System ( object value ) : void
this ( int index ) : objectSystem.Collections.IList.

Private Methods

Méthode Description
System ( object value ) : bool
System ( object value ) : int

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

CollectionBase() protected méthode

protected CollectionBase ( )

CollectionBase() protected méthode

protected CollectionBase ( int capacity )
capacity int

GetEnumerator() public méthode

public GetEnumerator ( ) : System.Collections.IEnumerator
Résultat System.Collections.IEnumerator

OnClear() protected méthode

protected OnClear ( ) : void
Résultat void

OnClearComplete() protected méthode

protected OnClearComplete ( ) : void
Résultat void

OnInsert() protected méthode

protected OnInsert ( int index, object value ) : void
index int
value object
Résultat void

OnInsertComplete() protected méthode

protected OnInsertComplete ( int index, object value ) : void
index int
value object
Résultat void

OnRemove() protected méthode

protected OnRemove ( int index, object value ) : void
index int
value object
Résultat void

OnRemoveComplete() protected méthode

protected OnRemoveComplete ( int index, object value ) : void
index int
value object
Résultat void

OnSet() protected méthode

protected OnSet ( int index, object oldValue, object newValue ) : void
index int
oldValue object
newValue object
Résultat void

OnSetComplete() protected méthode

protected OnSetComplete ( int index, object oldValue, object newValue ) : void
index int
oldValue object
newValue object
Résultat void

OnValidate() protected méthode

protected OnValidate ( object value ) : void
value object
Résultat void

RemoveAt() public méthode

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

System() protected méthode

protected System ( System array, int index ) : void
array System
index int
Résultat void

System() protected méthode

protected System ( int index, object value ) : void
index int
value object
Résultat void

System() protected méthode

protected System ( object value ) : void
value object
Résultat void

this() protected méthode

protected this ( int index ) : objectSystem.Collections.IList.
index int
Résultat objectSystem.Collections.IList.