C# Class System.Collections.ArrayList.FixedSizeListWrapper

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

Méthodes publiques

Méthode Description
Add ( object value ) : int
Clear ( ) : void
FixedSizeListWrapper ( IList innerList ) : System.Runtime.InteropServices
Insert ( int index, object value ) : void
Remove ( object value ) : void
RemoveAt ( int index ) : void

Method Details

Add() public méthode

public Add ( object value ) : int
value object
Résultat int

Clear() public méthode

public Clear ( ) : void
Résultat void

FixedSizeListWrapper() public méthode

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

Insert() public méthode

public Insert ( int index, object value ) : void
index int
value 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