Interface IValidValues<TValue>
Represents a collection of valid values
Namespace: TSD.API.Remoting.Common.Properties
Assembly: TSD.API.Remoting.dll
Syntax
public interface IValidValues<TValue>
Type Parameters
| Name | Description |
|---|---|
| TValue | The type of values stored in the collection |
Methods
| Name | Description |
|---|---|
| IsValidValue(TValue) | Returns a value indicating whether given value is valid |