C# Class ESPSharp.DataTypes.TypeStringArgData

Show file 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 property

public string Arg1Label
return string

Arg1Type public property

public Type Arg1Type
return Type

Arg2Label public property

public string Arg2Label
return string

Arg2Type public property

public Type Arg2Type
return Type

Arg3Label public property

public string Arg3Label
return string

Arg3Type public property

public Type Arg3Type
return Type