C# 클래스 System.Collections.SortedList.SynchedSortedList

상속: SortedList
파일 보기 프로젝트 열기: runefs/Marvin

공개 메소드들

메소드 설명
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