C# Class System.Collections.ArrayList.ReadOnlyList

Inheritance: IList, ICollection, IEnumerable
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
Add ( Object obj ) : int
Clear ( ) : void
Contains ( Object obj ) : bool
CopyTo ( Array array, int index ) : void
GetEnumerator ( ) : IEnumerator
IndexOf ( Object value ) : int
Insert ( int index, Object obj ) : void
Remove ( Object value ) : void
RemoveAt ( int index ) : void
this ( int index ) : Object

Private Methods

Méthode Description
ReadOnlyList ( IList l ) : System.Security

Method Details

Add() public méthode

public Add ( Object obj ) : int
obj Object
Résultat int

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( Object obj ) : bool
obj Object
Résultat bool

CopyTo() public méthode

public CopyTo ( Array array, int index ) : void
array System.Array
index int
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

IndexOf() public méthode

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

Insert() public méthode

public Insert ( int index, Object obj ) : void
index int
obj Object
Résultat void

Remove() public méthode

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

RemoveAt() public méthode

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

this() public méthode

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