C# Class System.Collections.ArrayList.ReadOnlyListWrapper

Inheritance: IList
Afficher le fichier Open project: runefs/Marvin

Méthodes publiques

Méthode Description
ReadOnlyListWrapper ( IList innerList ) : System.Runtime.InteropServices
this ( int index ) : object

Method Details

ReadOnlyListWrapper() public méthode

public ReadOnlyListWrapper ( IList innerList ) : System.Runtime.InteropServices
innerList IList
Résultat System.Runtime.InteropServices

this() public méthode

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