[This is preliminary documentation and is subject to change.]
Author: Đonny
Represents tri-state "boolean"
Namespace: ToolsAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[CLSCompliantAttribute(false)] public enum enmTriBool |
| Visual Basic |
|---|
<CLSCompliantAttribute(False)> _ Public Enumeration enmTriBool |
| Visual C++ |
|---|
[CLSCompliantAttribute(false)] public enum class enmTriBool |
| F# |
|---|
[<CLSCompliantAttribute(false)>] type enmTriBool |
| JScript |
|---|
public enum enmTriBool |
Members
| Member name | Value | Description | |
|---|---|---|---|
| False | 0 | False value | |
| True | -1 | True value | |
| Unknown | 127 | Third value (called Unknowm, Default etc.) | |
| IsFlags | Gets value indicating if given value is of enum type which has FlagsAttribute applied | ||
| GetName | Gets name of given enumeration value | ||
| GetConstant | Gets constant field that represents given enum value | ||
| GetValue | Gets value of enum in its unedlying type | ||
| IsDefined | Gets value idicating if given value is defined as constant in enumeration |
See Also
Version History
1.5.2
- (Release) VersionAttribute and AuthorAttribute removed