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

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next