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

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

공개 메소드들

메소드 설명
Add ( object value ) : int
Clear ( ) : void
FixedSizeListWrapper ( IList innerList ) : System.Runtime.InteropServices
Insert ( int index, object value ) : void
Remove ( object value ) : void
RemoveAt ( int index ) : void

메소드 상세

Add() 공개 메소드

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

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

FixedSizeListWrapper() 공개 메소드

public FixedSizeListWrapper ( IList innerList ) : System.Runtime.InteropServices
innerList IList
리턴 System.Runtime.InteropServices

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