Interface IParameterAndValue<TParameter>
- Namespace
 - TechnologySolutions.Rfid.AsciiProtocol.Parameters
 
- Assembly
 - TechnologySolutions.Rfid.AsciiProtocol.Core.dll
 
Defines a command line parameter for a command with a type specific value
public interface IParameterAndValue<TParameter> : IParameterValue<TParameter>, ICommandParameter, IParameterAction
  Type Parameters
TParameterThe type of the parameters value
- Inherited Members