SyncExtensions Methods |
[This is preliminary documentation and is subject to change.]
The SyncExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | ValidateNever<T> |
Sets validation handler to always return false.
|
![]() ![]() | ValidateRange(Sync<Single>, Func<MyBounds>) |
Sets validate handler to validate that value is withing bounds.
|
![]() ![]() | ValidateRange(Sync<Single>, Func<Single>, Func<Single>) |
Sets validate handler to validate that value is in range.
|
![]() ![]() | ValidateRange(Sync<Single>, Single, Single) |
Sets validate handler to validate that value is in range.
|