SyncExtensions Methods |
[This is preliminary documentation and is subject to change.]
The SyncExtensions type exposes the following members.
Name | Description | |
---|---|---|
ValidateNeverT |
Sets validation handler to always return false.
| |
ValidateRange(SyncSingle, FuncMyBounds) |
Sets validate handler to validate that value is withing bounds.
| |
ValidateRange(SyncSingle, FuncSingle, FuncSingle) |
Sets validate handler to validate that value is in range.
| |
ValidateRange(SyncSingle, Single, Single) |
Sets validate handler to validate that value is in range.
|