C# Class LSystem.ElementParameterString

Inheritance: ElementParameter
Exibir arquivo Open project: FacepunchProgrammers/coderelay-audio

Public Properties

Property Type Description
value string

Public Methods

Method Description
Match ( ElementParameter param ) : bool
ParseValue ( string input ) : void
ToString ( ) : string

Method Details

Match() public method

public Match ( ElementParameter param ) : bool
param ElementParameter
return bool

ParseValue() public method

public ParseValue ( string input ) : void
input string
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

value public_oe property

public string value
return string