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

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

공개 메소드들

메소드 설명
Add ( Object key ) : int
Clear ( ) : void
Contains ( Object value ) : bool
CopyTo ( Array array, int arrayIndex ) : void
GetEnumerator ( ) : IEnumerator
IndexOf ( Object value ) : int
Insert ( int index, Object value ) : void
Remove ( Object value ) : void
RemoveAt ( int index ) : void
this ( int index ) : Object

비공개 메소드들

메소드 설명
ValueList ( SortedList sortedList ) : System.Diagnostics

메소드 상세

Add() 공개 메소드

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

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

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

CopyTo() 공개 메소드

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

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

IndexOf() 공개 메소드

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

Insert() 공개 메소드

public Insert ( int index, Object value ) : void
index int
value Object
리턴 void

Remove() 공개 메소드

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

RemoveAt() 공개 메소드

public RemoveAt ( int index ) : void
index int
리턴 void

this() 공개 메소드

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