C# 클래스 Belot.CardsCollection

Collection of cards.
상속: System.Collections.ReadOnlyCollectionBase
파일 보기 프로젝트 열기: NikolayIT/BelotGameEngine 1 사용 예제들

공개 메소드들

메소드 설명
CardsCollection ( ) : System
Contains ( Card value ) : bool

Whether the collection contains a specific card.

IndexOf ( Card value ) : int

this ( int index ) : Card

Indexer for the collection

보호된 메소드들

메소드 설명
RaiseChanged ( ) : void

Raises the Changed event

비공개 메소드들

메소드 설명
Add ( Card value ) : int
Clear ( ) : void
Insert ( int index, Card value ) : void
Remove ( Card value ) : void
RemoveAt ( int index ) : void
Sort ( CardComparer comparer ) : void

메소드 상세

CardsCollection() 공개 메소드

public CardsCollection ( ) : System
리턴 System

Contains() 공개 메소드

Whether the collection contains a specific card.
public Contains ( Card value ) : bool
value Card
리턴 bool

IndexOf() 공개 메소드

public IndexOf ( Card value ) : int
value Card
리턴 int

RaiseChanged() 보호된 메소드

Raises the Changed event
protected RaiseChanged ( ) : void
리턴 void

this() 공개 메소드

Indexer for the collection
public this ( int index ) : Card
index int
리턴 Card