Struct Bool
Assembly: Assembly-CSharp.dll
Syntax
[Serializable]
public struct Bool
Fields
v
Declaration
Field Value
Type |
Description |
System.Byte |
|
Properties
True
Declaration
public static Bool True { get; }
Property Value
Operators
Implicit(Boolean to Bool)
Declaration
public static implicit operator Bool(bool v)
Parameters
Type |
Name |
Description |
System.Boolean |
v |
|
Returns
Implicit(Bool to Boolean)
Declaration
public static implicit operator bool (Bool v)
Parameters
Type |
Name |
Description |
Bool |
v |
|
Returns
Type |
Description |
System.Boolean |
|