C# 클래스 ExtensionLoader.Util.OrderedList

상속: ICollection, IDictionary, IEnumerable
파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs

공개 메소드들

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

비공개 메소드들

메소드 설명
IDictionary ( ) : IDictionaryEnumerator
IEnumerable ( ) : IEnumerator
IndexOf ( object key ) : int

메소드 상세

Add() 공개 메소드

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

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

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

CopyTo() 공개 메소드

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

CopyTo() 공개 메소드

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

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

Insert() 공개 메소드

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

Remove() 공개 메소드

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

RemoveAt() 공개 메소드

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

this() 공개 메소드

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

this() 공개 메소드

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