Struct
T1 | T2 | T3 | T4 | T5
union struct T1 | T2 | T3 | T4 | T5
Namespace: System
Assembly: Raven.Core.dll
Source file: Union.rvn
Inheritance: object → ValueType → T1 | T2 | T3 | T4 | T5
Represents a value that can contain one of five alternative types.
Type parameters
| Name | Description |
|---|---|
T1 |
The first alternative type. |
T2 |
The second alternative type. |
T3 |
The third alternative type. |
T4 |
The fourth alternative type. |
T5 |
The fifth alternative type. |
Constructors
5 itemsProperties
2 itemsMethods
7 items
virtual override func ToString() -> string
No summary available.
virtual override func ToString() -> string
Represents a value that can contain one of five alternative types.
func TryGetValue(out value: T1) -> bool
No summary available.
func TryGetValue(out value: T2) -> bool
No summary available.
func TryGetValue(out value: T3) -> bool
No summary available.
func TryGetValue(out value: T4) -> bool
No summary available.
func TryGetValue(out value: T5) -> bool
No summary available.