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

상속: SortedList
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
Add ( Object key, Object value ) : void
Clear ( ) : void
Clone ( ) : Object
Contains ( Object key ) : bool
ContainsKey ( Object key ) : bool
ContainsValue ( Object key ) : bool
CopyTo ( Array array, int index ) : void
GetEnumerator ( ) : IDictionaryEnumerator
GetKeyList ( ) : IList
GetValueList ( ) : IList
IndexOfKey ( Object key ) : int
Remove ( Object key ) : void
TrimToSize ( ) : void
this ( Object key ) : Object

비공개 메소드들

메소드 설명
GetByIndex ( int index ) : Object
GetKey ( int index ) : Object
IndexOfValue ( Object value ) : int
RemoveAt ( int index ) : void
SetByIndex ( int index, Object value ) : void
SyncSortedList ( SortedList list ) : System.Diagnostics
ToKeyValuePairsArray ( ) : System.Collections.KeyValuePairs[]

메소드 상세

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 key ) : bool
key Object
리턴 bool

CopyTo() 공개 메소드

public CopyTo ( Array array, int index ) : void
array System.Array
index int
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IDictionaryEnumerator
리턴 IDictionaryEnumerator

GetKeyList() 공개 메소드

public GetKeyList ( ) : IList
리턴 IList

GetValueList() 공개 메소드

public GetValueList ( ) : IList
리턴 IList

IndexOfKey() 공개 메소드

public IndexOfKey ( Object key ) : int
key Object
리턴 int

Remove() 공개 메소드

public Remove ( Object key ) : void
key Object
리턴 void

TrimToSize() 공개 메소드

public TrimToSize ( ) : void
리턴 void

this() 공개 메소드

public this ( Object key ) : Object
key Object
리턴 Object