C# 클래스 GwSharp.GwMatchMap

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

공개 프로퍼티들

프로퍼티 타입 설명
Details GwMatchDetails
Score GwMatchScore
Type string

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
GwMatchMap ( GwMatchDetails details, string type, List score ) : System
operator ( ) : bool

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GwMatchMap() 공개 메소드

public GwMatchMap ( GwMatchDetails details, string type, List score ) : System
details GwMatchDetails
type string
score List
리턴 System

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

Details 공개적으로 프로퍼티

Reference to the parent GwMatchDetails instance.
public GwMatchDetails,GwSharp Details
리턴 GwMatchDetails

Score 공개적으로 프로퍼티

Scores for the match. Access like an array with GwMatchTeam.
public GwMatchScore,GwSharp Score
리턴 GwMatchScore

Type 공개적으로 프로퍼티

Type of the map.
public string Type
리턴 string