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

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

공개 메소드들

메소드 설명
Contains ( Foo f ) : Boolean
CopyTo ( Array array, Int32 index ) : void
IndexOf ( Foo f ) : Int32
MyReadOnlyCollectionBase ( Foo values ) : System
this ( int indx ) : Foo

메소드 상세

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

MyReadOnlyCollectionBase() 공개 메소드

public MyReadOnlyCollectionBase ( Foo values ) : System
values Foo
리턴 System

this() 공개 메소드

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