C# 클래스 System.Collections.ArrayList.ReadOnlyArrayListWrapper

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

공개 메소드들

메소드 설명
ReadOnlyArrayListWrapper ( ArrayList innerArrayList ) : System.Runtime.InteropServices
Reverse ( ) : void
Reverse ( int index, int count ) : void
SetRange ( int index, ICollection c ) : void
Sort ( ) : void
Sort ( IComparer comparer ) : void
Sort ( int index, int count, IComparer comparer ) : void
this ( int index ) : object

메소드 상세

ReadOnlyArrayListWrapper() 공개 메소드

public ReadOnlyArrayListWrapper ( ArrayList innerArrayList ) : System.Runtime.InteropServices
innerArrayList ArrayList
리턴 System.Runtime.InteropServices

Reverse() 공개 메소드

public Reverse ( ) : void
리턴 void

Reverse() 공개 메소드

public Reverse ( int index, int count ) : void
index int
count int
리턴 void

SetRange() 공개 메소드

public SetRange ( int index, ICollection c ) : void
index int
c ICollection
리턴 void

Sort() 공개 메소드

public Sort ( ) : void
리턴 void

Sort() 공개 메소드

public Sort ( IComparer comparer ) : void
comparer IComparer
리턴 void

Sort() 공개 메소드

public Sort ( int index, int count, IComparer comparer ) : void
index int
count int
comparer IComparer
리턴 void

this() 공개 메소드

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