C# 클래스 YGOSharp.OCGWrapper.Card

파일 보기 프로젝트 열기: IceYGO/ygosharp 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Card System.Data

공개 메소드들

메소드 설명
Get ( int id ) : Card
HasType ( CardType type ) : bool
IsExtraCard ( ) : bool

비공개 메소드들

메소드 설명
Card ( IDataRecord reader ) : System.Data

메소드 상세

Get() 공개 정적인 메소드

public static Get ( int id ) : Card
id int
리턴 Card

HasType() 공개 메소드

public HasType ( CardType type ) : bool
type CardType
리턴 bool

IsExtraCard() 공개 메소드

public IsExtraCard ( ) : bool
리턴 bool