Documentation for a minimal subset of the QSM API
IParameter<(Of <C>)> Interface
Namespaces > QS.Fx.Base > IParameter<(Of C>)

[Missing <summary> documentation for T:QS.Fx.Base.IParameter`1]

Syntax
C#Visual BasicManaged C++
public interface IParameter<C> : IParameter, IParameterInfo
Public Interface IParameter(Of C) _
	Implements IParameter, IParameterInfo
generic<typename C>
public interface class IParameter : IParameter, IParameterInfo
Type Parameters
C
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
Name
The name of the parameter.
(Inherited from IParameterInfo.)
Readable
Indicates whether the parameter is readable.
(Inherited from IParameterInfo.)
Type
The data type of the parameter.
(Inherited from IParameterInfo.)
Value
The value of the configuration setting.

Value
The value of the configuration setting.
(Inherited from IParameter.)
Writable
Indicates whether the parameter is writable.
(Inherited from IParameterInfo.)

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0