C# 클래스 SteamBot.DogeLabel

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

공개 프로퍼티들

프로퍼티 타입 설명
amount double
currency System.Currency
fulllabel string
label string

공개 메소드들

메소드 설명
DogeLabel ( double pamount, string plabel, string pfulllabel, Currency pcurrency ) : System

메소드 상세

DogeLabel() 공개 메소드

public DogeLabel ( double pamount, string plabel, string pfulllabel, Currency pcurrency ) : System
pamount double
plabel string
pfulllabel string
pcurrency System.Currency
리턴 System

프로퍼티 상세

amount 공개적으로 프로퍼티

public double amount
리턴 double

currency 공개적으로 프로퍼티

public Currency,System currency
리턴 System.Currency

fulllabel 공개적으로 프로퍼티

public string fulllabel
리턴 string

label 공개적으로 프로퍼티

public string label
리턴 string