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 memberValidateNeverT
Sets validation handler to always return false.
Public methodStatic memberValidateRange(SyncSingle, FuncMyBounds)
Sets validate handler to validate that value is withing bounds.
Public methodStatic memberValidateRange(SyncSingle, FuncSingle, FuncSingle)
Sets validate handler to validate that value is in range.
Public methodStatic memberValidateRange(SyncSingle, Single, Single)
Sets validate handler to validate that value is in range.
Top
See Also