 | SwitchOption Class |
Base class for an option of a RangeSwitch.
Inheritance Hierarchy
Namespace:
Slash.Unity.DataBind.Foundation.Providers.Switches
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax[SerializableAttribute]
public class SwitchOption
<SerializableAttribute>
Public Class SwitchOption
[SerializableAttribute]
public ref class SwitchOption
[<SerializableAttribute>]
type SwitchOption = class end
The SwitchOption type exposes the following members.
Constructors
| Name | Description |
---|
 | SwitchOption | Initializes a new instance of the SwitchOption class |
Top
Fields
| Name | Description |
---|
 | Value |
Value of this option.
|
Top
See Also