C# Class System.Collections.SortedList.SynchedSortedList

Inheritance: SortedList
Show file Open project: runefs/Marvin

Public Methods

Method Description
Add ( object key, object value ) : void
Clear ( ) : void
Clone ( ) : object
Contains ( object key ) : bool
ContainsKey ( object key ) : bool
ContainsValue ( object value ) : bool
CopyTo ( Array array, int arrayIndex ) : void
GetByIndex ( int index ) : Object
GetEnumerator ( ) : IDictionaryEnumerator
GetKey ( int index ) : Object
GetKeyList ( ) : IList
GetValueList ( ) : IList
IndexOfKey ( object key ) : int
IndexOfValue ( Object val ) : int
Remove ( object key ) : void
RemoveAt ( int index ) : void
SetByIndex ( int index, object value ) : void
SynchedSortedList ( SortedList host ) : System.Globalization
TrimToSize ( ) : void
this ( object key ) : Object

Method Details

Add() public method

public Add ( object key, object value ) : void
key object
value object
return void

Clear() public method

public Clear ( ) : void
return void

Clone() public method

public Clone ( ) : object
return object

Contains() public method

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

ContainsKey() public method

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

ContainsValue() public method

public ContainsValue ( object value ) : bool
value object
return bool

CopyTo() public method

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

GetByIndex() public method

public GetByIndex ( int index ) : Object
index int
return Object

GetEnumerator() public method

public GetEnumerator ( ) : IDictionaryEnumerator
return IDictionaryEnumerator

GetKey() public method

public GetKey ( int index ) : Object
index int
return Object

GetKeyList() public method

public GetKeyList ( ) : IList
return IList

GetValueList() public method

public GetValueList ( ) : IList
return IList

IndexOfKey() public method

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

IndexOfValue() public method

public IndexOfValue ( Object val ) : int
val Object
return int

Remove() public method

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

RemoveAt() public method

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

SetByIndex() public method

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

SynchedSortedList() public method

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

TrimToSize() public method

public TrimToSize ( ) : void
return void

this() public method

public this ( object key ) : Object
key object
return Object