C# Class App.Contracts.ActionArgument

Show file Open project: joshwyant/game-creator

Public Properties

Property Type Description
Type ActionArgumentType
Value string

Public Methods

Method Description
ActionArgument ( ActionArgumentType type ) : System

Method Details

ActionArgument() public method

public ActionArgument ( ActionArgumentType type ) : System
type ActionArgumentType
return System

Property Details

Type public property

public ActionArgumentType Type
return ActionArgumentType

Value public property

public string Value
return string