Member group

ToString

Type: T1 | T2 | T3
Namespace: System
Assembly: Raven.Core.dll
Source file: Union.rvn

Overloads / Variants

ToString

virtual override func ToString() -> string

Source file: Union.rvn

No documentation available.

ToString

virtual override func ToString() -> string

Source file: Union.rvn

Represents a value that can contain one of three alternative types.

Type parameters

Name Description
T1 The first alternative type.
T2 The second alternative type.
T3 The third alternative type.