C# Class clipr.Arguments.BaseArgument

Defines the basic properties of an argument.
Inheritance: IArgument
Show file Open project: nemec/clipr

Protected Methods

Method Description
BaseArgument ( IValueStoreDefinition value ) : System.Collections.Generic

Create a new Argument.

Private Methods

Method Description
Initialize ( IValueStoreDefinition value ) : void

Method Details

BaseArgument() protected method

Create a new Argument.
protected BaseArgument ( IValueStoreDefinition value ) : System.Collections.Generic
value IValueStoreDefinition
return System.Collections.Generic