C# 클래스 ESPSharp.DataTypes.TypeStringArgData

파일 보기 프로젝트 열기: TaleOfTwoWastelands/ESPSharp

공개 프로퍼티들

프로퍼티 타입 설명
Arg1Label string
Arg1Type Type
Arg2Label string
Arg2Type Type
Arg3Label string
Arg3Type Type

공개 메소드들

메소드 설명
TypeStringArgData ( Type Arg1Type = null, string Arg1Label = "", Type Arg2Type = null, string Arg2Label = "", Type Arg3Type = null, string Arg3Label = "" ) : System

메소드 상세

TypeStringArgData() 공개 메소드

public TypeStringArgData ( Type Arg1Type = null, string Arg1Label = "", Type Arg2Type = null, string Arg2Label = "", Type Arg3Type = null, string Arg3Label = "" ) : System
Arg1Type Type
Arg1Label string
Arg2Type Type
Arg2Label string
Arg3Type Type
Arg3Label string
리턴 System

프로퍼티 상세

Arg1Label 공개적으로 프로퍼티

public string Arg1Label
리턴 string

Arg1Type 공개적으로 프로퍼티

public Type Arg1Type
리턴 Type

Arg2Label 공개적으로 프로퍼티

public string Arg2Label
리턴 string

Arg2Type 공개적으로 프로퍼티

public Type Arg2Type
리턴 Type

Arg3Label 공개적으로 프로퍼티

public string Arg3Label
리턴 string

Arg3Type 공개적으로 프로퍼티

public Type Arg3Type
리턴 Type