| RangeTExactly Method |
[This is preliminary documentation and is subject to change.]
Creates a range that has to be exactly one value.
Namespace:
Ruyi.SDK.Online
Assembly:
SDK.RuyiSDKAsync (in SDK.RuyiSDKAsync.dll) Version: 0.9.3.3995
Syntax public static T Exactly(
int value
)
Parameters
- value
- Type: SystemInt32
The value this range requires.
Return Value
Type:
TThe newly created range.
See Also