C# Class System.Collections.ArrayList.FixedSizeListWrapper

Inheritance: IList
Show file Open project: runefs/Marvin

Public Methods

Method 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 method

public Add ( object value ) : int
value object
return int

Clear() public method

public Clear ( ) : void
return void

FixedSizeListWrapper() public method

public FixedSizeListWrapper ( IList innerList ) : System.Runtime.InteropServices
innerList IList
return System.Runtime.InteropServices

Insert() public method

public Insert ( int index, object value ) : void
index int
value object
return void

Remove() public method

public Remove ( object value ) : void
value object
return void

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void