C# Class System.Collections.SortedList.ListKeys

Inheritance: IList, IEnumerable
Show file Open project: runefs/Marvin

Public Methods

Method Description
Add ( object value ) : int
Clear ( ) : void
Contains ( object key ) : bool
CopyTo ( Array array, int arrayIndex ) : void
GetEnumerator ( ) : IEnumerator
IndexOf ( object key ) : int
Insert ( int index, object value ) : void
ListKeys ( SortedList host ) : System.Globalization
Remove ( object value ) : void
RemoveAt ( int index ) : void
this ( int index ) : object

Method Details

Add() public method

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

Clear() public method

public Clear ( ) : void
return void

Contains() public method

public Contains ( object key ) : bool
key object
return bool

CopyTo() public method

public CopyTo ( Array array, int arrayIndex ) : void
array System.Array
arrayIndex int
return void

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

IndexOf() public method

public IndexOf ( object key ) : int
key object
return int

Insert() public method

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

ListKeys() public method

public ListKeys ( SortedList host ) : System.Globalization
host SortedList
return System.Globalization

Remove() public method

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

RemoveAt() public method

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

this() public method

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