C# 클래스 System.Collections.SortedList

상속: IDictionary, ICollection, IEnumerable, ICloneable
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
Add ( Object key, Object value ) : void
Add ( object key, object value ) : void
Clear ( ) : void
Clone ( ) : Object
Clone ( ) : object
Contains ( Object key ) : bool
Contains ( object key ) : bool
ContainsKey ( Object key ) : bool
ContainsKey ( object key ) : bool
ContainsValue ( Object value ) : bool
ContainsValue ( object value ) : bool
CopyTo ( Array array, int arrayIndex ) : void
CopyTo ( System array, int arrayIndex ) : void
GetByIndex ( int index ) : Object
GetByIndex ( int index ) : object
GetEnumerator ( ) : IDictionaryEnumerator
GetEnumerator ( ) : System.Collections.IDictionaryEnumerator
GetKey ( int index ) : Object
GetKey ( int index ) : object
GetKeyList ( ) : IList
GetKeyList ( ) : System.Collections.IList
GetValueList ( ) : IList
GetValueList ( ) : System.Collections.IList
IndexOfKey ( Object key ) : int
IndexOfKey ( object key ) : int
IndexOfValue ( Object value ) : int
IndexOfValue ( object value ) : int
Remove ( Object key ) : void
Remove ( object key ) : void
RemoveAt ( int index ) : void
SetByIndex ( int index, Object value ) : void
SetByIndex ( int index, object value ) : void
SortedList ( )
SortedList ( System comparer )
SortedList ( System d, System comparer )
SortedList ( System comparer, int capacity )
SortedList ( int initialCapacity )
SortedList ( ) : System.Diagnostics
SortedList ( IComparer comparer ) : System.Diagnostics
SortedList ( IComparer comparer, int capacity ) : System.Diagnostics
SortedList ( IDictionary d ) : System.Diagnostics
SortedList ( IDictionary d, IComparer comparer ) : System.Diagnostics
SortedList ( int initialCapacity ) : System.Diagnostics
Synchronized ( SortedList list ) : SortedList
Synchronized ( System list ) : System.Collections.SortedList
TrimToSize ( ) : void
this ( Object key ) : Object
this ( object key ) : object

비공개 메소드들

메소드 설명
EnsureCapacity ( int min ) : void
IEnumerable ( ) : IEnumerator
Init ( ) : void
Insert ( int index, Object key, Object value ) : void
System ( ) : System.Collections.IEnumerator
ToKeyValuePairsArray ( ) : System.Collections.KeyValuePairs[]

메소드 상세

Add() 공개 메소드

public Add ( Object key, Object value ) : void
key Object
value Object
리턴 void

Add() 공개 메소드

public Add ( object key, object value ) : void
key object
value object
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Clone() 공개 메소드

public Clone ( ) : Object
리턴 Object

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

Contains() 공개 메소드

public Contains ( Object key ) : bool
key Object
리턴 bool

Contains() 공개 메소드

public Contains ( object key ) : bool
key object
리턴 bool

ContainsKey() 공개 메소드

public ContainsKey ( Object key ) : bool
key Object
리턴 bool

ContainsKey() 공개 메소드

public ContainsKey ( object key ) : bool
key object
리턴 bool

ContainsValue() 공개 메소드

public ContainsValue ( Object value ) : bool
value 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

CopyTo() 공개 메소드

public CopyTo ( System array, int arrayIndex ) : void
array System
arrayIndex int
리턴 void

GetByIndex() 공개 메소드

public GetByIndex ( int index ) : Object
index int
리턴 Object

GetByIndex() 공개 메소드

public GetByIndex ( int index ) : object
index int
리턴 object

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IDictionaryEnumerator
리턴 IDictionaryEnumerator

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : System.Collections.IDictionaryEnumerator
리턴 System.Collections.IDictionaryEnumerator

GetKey() 공개 메소드

public GetKey ( int index ) : Object
index int
리턴 Object

GetKey() 공개 메소드

public GetKey ( int index ) : object
index int
리턴 object

GetKeyList() 공개 메소드

public GetKeyList ( ) : IList
리턴 IList

GetKeyList() 공개 메소드

public GetKeyList ( ) : System.Collections.IList
리턴 System.Collections.IList

GetValueList() 공개 메소드

public GetValueList ( ) : IList
리턴 IList

GetValueList() 공개 메소드

public GetValueList ( ) : System.Collections.IList
리턴 System.Collections.IList

IndexOfKey() 공개 메소드

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

IndexOfKey() 공개 메소드

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

IndexOfValue() 공개 메소드

public IndexOfValue ( Object value ) : int
value Object
리턴 int

IndexOfValue() 공개 메소드

public IndexOfValue ( object value ) : int
value object
리턴 int

Remove() 공개 메소드

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

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

SetByIndex() 공개 메소드

public SetByIndex ( int index, object value ) : void
index int
value object
리턴 void

SortedList() 공개 메소드

public SortedList ( )

SortedList() 공개 메소드

public SortedList ( System comparer )
comparer System

SortedList() 공개 메소드

public SortedList ( System d, System comparer )
d System
comparer System

SortedList() 공개 메소드

public SortedList ( System comparer, int capacity )
comparer System
capacity int

SortedList() 공개 메소드

public SortedList ( int initialCapacity )
initialCapacity int

SortedList() 공개 메소드

public SortedList ( ) : System.Diagnostics
리턴 System.Diagnostics

SortedList() 공개 메소드

public SortedList ( IComparer comparer ) : System.Diagnostics
comparer IComparer
리턴 System.Diagnostics

SortedList() 공개 메소드

public SortedList ( IComparer comparer, int capacity ) : System.Diagnostics
comparer IComparer
capacity int
리턴 System.Diagnostics

SortedList() 공개 메소드

public SortedList ( IDictionary d ) : System.Diagnostics
d IDictionary
리턴 System.Diagnostics

SortedList() 공개 메소드

public SortedList ( IDictionary d, IComparer comparer ) : System.Diagnostics
d IDictionary
comparer IComparer
리턴 System.Diagnostics

SortedList() 공개 메소드

public SortedList ( int initialCapacity ) : System.Diagnostics
initialCapacity int
리턴 System.Diagnostics

Synchronized() 공개 정적인 메소드

public static Synchronized ( SortedList list ) : SortedList
list SortedList
리턴 SortedList

Synchronized() 공개 정적인 메소드

public static Synchronized ( System list ) : System.Collections.SortedList
list System
리턴 System.Collections.SortedList

TrimToSize() 공개 메소드

public TrimToSize ( ) : void
리턴 void

this() 공개 메소드

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

this() 공개 메소드

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