C# Class DotNetXri.Syntax.Xri3.Impl.Parser.Parser.Properties

Mostra file Open project: AArnott/dotnetxri

Public Methods

Method Description
getProperty ( string key ) : string
setProperty ( string key, string value ) : void

Method Details

getProperty() public method

public getProperty ( string key ) : string
key string
return string

setProperty() public method

public setProperty ( string key, string value ) : void
key string
value string
return void