Click or drag to resize

RangeSwitchTSelectOption Method

Selects the option to use for the specified value.

Namespace:  Slash.Unity.DataBind.Foundation.Providers.Switches
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
protected abstract SwitchOption SelectOption(
	Object value
)

Parameters

value
Type: SystemObject
Value to get option for.

Return Value

Type: SwitchOption
Option to use for the specified value.
See Also