C# Класс System.Collections.SortedList.SynchedSortedList

Наследование: SortedList
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Add() публичный Метод

public Add ( object key, object value ) : void
key object
value object
Результат void

Clear() публичный Метод

public Clear ( ) : void
Результат void

Clone() публичный Метод

public Clone ( ) : object
Результат object

Contains() публичный Метод

public Contains ( object key ) : bool
key object
Результат bool

ContainsKey() публичный Метод

public ContainsKey ( object key ) : bool
key object
Результат bool

ContainsValue() публичный Метод

public ContainsValue ( object value ) : bool
value object
Результат bool

CopyTo() публичный Метод

public CopyTo ( Array array, int arrayIndex ) : void
array System.Array
arrayIndex int
Результат void

GetByIndex() публичный Метод

public GetByIndex ( int index ) : Object
index int
Результат Object

GetEnumerator() публичный Метод

public GetEnumerator ( ) : IDictionaryEnumerator
Результат IDictionaryEnumerator

GetKey() публичный Метод

public GetKey ( int index ) : Object
index int
Результат Object

GetKeyList() публичный Метод

public GetKeyList ( ) : IList
Результат IList

GetValueList() публичный Метод

public GetValueList ( ) : IList
Результат IList

IndexOfKey() публичный Метод

public IndexOfKey ( object key ) : int
key object
Результат int

IndexOfValue() публичный Метод

public IndexOfValue ( Object val ) : int
val Object
Результат int

Remove() публичный Метод

public Remove ( object key ) : void
key object
Результат void

RemoveAt() публичный Метод

public RemoveAt ( int index ) : void
index int
Результат void

SetByIndex() публичный Метод

public SetByIndex ( int index, object value ) : void
index int
value object
Результат void

SynchedSortedList() публичный Метод

public SynchedSortedList ( SortedList host ) : System.Globalization
host SortedList
Результат System.Globalization

TrimToSize() публичный Метод

public TrimToSize ( ) : void
Результат void

this() публичный Метод

public this ( object key ) : Object
key object
Результат Object