Click or drag to resize
SyncExtensions Methods

[This is preliminary documentation and is subject to change.]

The SyncExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberValidateNever<T>
Sets validation handler to always return false.
Public methodStatic memberValidateRange(Sync<Single>, Func<MyBounds>)
Sets validate handler to validate that value is withing bounds.
Public methodStatic memberValidateRange(Sync<Single>, Func<Single>, Func<Single>)
Sets validate handler to validate that value is in range.
Public methodStatic memberValidateRange(Sync<Single>, Single, Single)
Sets validate handler to validate that value is in range.
Top
See Also