C# Class System.Collections.ArrayList.FixedSizeArrayListWrapper

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

Méthodes publiques

Méthode Description
Add ( object value ) : int
AddRange ( ICollection c ) : void
Clear ( ) : void
FixedSizeArrayListWrapper ( ArrayList innerList ) : System.Runtime.InteropServices
Insert ( int index, object value ) : void
InsertRange ( int index, ICollection c ) : void
Remove ( object value ) : void
RemoveAt ( int index ) : void
RemoveRange ( int index, int count ) : void
TrimToSize ( ) : void

Method Details

Add() public méthode

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

AddRange() public méthode

public AddRange ( ICollection c ) : void
c ICollection
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

FixedSizeArrayListWrapper() public méthode

public FixedSizeArrayListWrapper ( ArrayList innerList ) : System.Runtime.InteropServices
innerList ArrayList
Résultat System.Runtime.InteropServices

Insert() public méthode

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

InsertRange() public méthode

public InsertRange ( int index, ICollection c ) : void
index int
c ICollection
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

RemoveRange() public méthode

public RemoveRange ( int index, int count ) : void
index int
count int
Résultat void

TrimToSize() public méthode

public TrimToSize ( ) : void
Résultat void