C# 클래스 MyCollectionBase, shared-source-cli-2.0

상속: CollectionBase
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
Add ( Foo f1 ) : int
Contains ( Foo f ) : Boolean
CopyTo ( Array array, Int32 index ) : void
IndexOf ( Foo f ) : Int32
Insert ( Int32 index, Foo f ) : void
Remove ( Foo f ) : void
this ( int indx ) : Foo

메소드 상세

Add() 공개 메소드

public Add ( Foo f1 ) : int
f1 Foo
리턴 int

Contains() 공개 메소드

public Contains ( Foo f ) : Boolean
f Foo
리턴 Boolean

CopyTo() 공개 메소드

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

IndexOf() 공개 메소드

public IndexOf ( Foo f ) : Int32
f Foo
리턴 System.Int32

Insert() 공개 메소드

public Insert ( Int32 index, Foo f ) : void
index System.Int32
f Foo
리턴 void

Remove() 공개 메소드

public Remove ( Foo f ) : void
f Foo
리턴 void

this() 공개 메소드

public this ( int indx ) : Foo
indx int
리턴 Foo