Interface IParameterValue<TParameter>
- Namespace
 - TechnologySolutions.Rfid.AsciiProtocol.Parameters
 
- Assembly
 - TechnologySolutions.Rfid.AsciiProtocol.Core.dll
 
Represents a command line parameter for a command
public interface IParameterValue<TParameter>
  Type Parameters
TParameterThe value of the parameter
Properties
Value
Gets or sets the current value of the parameter
TParameter Value { get; set; }
  Property Value
- TParameter