C# Class System.Collections.ArrayList.ReadOnlyArrayListWrapper

Inheritance: FixedSizeArrayListWrapper
Show file Open project: runefs/Marvin

Public Methods

Method Description
ReadOnlyArrayListWrapper ( ArrayList innerArrayList ) : System.Runtime.InteropServices
Reverse ( ) : void
Reverse ( int index, int count ) : void
SetRange ( int index, ICollection c ) : void
Sort ( ) : void
Sort ( IComparer comparer ) : void
Sort ( int index, int count, IComparer comparer ) : void
this ( int index ) : object

Method Details

ReadOnlyArrayListWrapper() public method

public ReadOnlyArrayListWrapper ( ArrayList innerArrayList ) : System.Runtime.InteropServices
innerArrayList ArrayList
return System.Runtime.InteropServices

Reverse() public method

public Reverse ( ) : void
return void

Reverse() public method

public Reverse ( int index, int count ) : void
index int
count int
return void

SetRange() public method

public SetRange ( int index, ICollection c ) : void
index int
c ICollection
return void

Sort() public method

public Sort ( ) : void
return void

Sort() public method

public Sort ( IComparer comparer ) : void
comparer IComparer
return void

Sort() public method

public Sort ( int index, int count, IComparer comparer ) : void
index int
count int
comparer IComparer
return void

this() public method

public this ( int index ) : object
index int
return object