C# Class ESPSharp.DataTypes.TypeStringArgData

ファイルを表示 Open project: TaleOfTwoWastelands/ESPSharp

Public Properties

Property Type Description
Arg1Label string
Arg1Type Type
Arg2Label string
Arg2Type Type
Arg3Label string
Arg3Type Type

Public Methods

Method Description
TypeStringArgData ( Type Arg1Type = null, string Arg1Label = "", Type Arg2Type = null, string Arg2Label = "", Type Arg3Type = null, string Arg3Label = "" ) : System

Method Details

TypeStringArgData() public method

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
return System

Property Details

Arg1Label public_oe property

public string Arg1Label
return string

Arg1Type public_oe property

public Type Arg1Type
return Type

Arg2Label public_oe property

public string Arg2Label
return string

Arg2Type public_oe property

public Type Arg2Type
return Type

Arg3Label public_oe property

public string Arg3Label
return string

Arg3Type public_oe property

public Type Arg3Type
return Type