Logo FSBarV1_Archived

ValueCase Type

Union cases

Union case Description

BoolValue bool

Full Usage: BoolValue bool

Parameters:
    Item : bool

Item : bool

ColorRgba uint32

Full Usage: ColorRgba uint32

Parameters:
    Item : uint32

Item : uint32

FloatValue double

Full Usage: FloatValue double

Parameters:
    Item : double

Item : double

IntValue int

Full Usage: IntValue int

Parameters:
    Item : int

Item : int

None

Full Usage: None

StringListValue StringList

Full Usage: StringListValue StringList

Parameters:
Item : StringList

StringValue string

Full Usage: StringValue string

Parameters:
    Item : string

Item : string

Instance members

Instance member Description

this.IsBoolValue

Full Usage: this.IsBoolValue

Returns: bool
Returns: bool

this.IsColorRgba

Full Usage: this.IsColorRgba

Returns: bool
Returns: bool

this.IsFloatValue

Full Usage: this.IsFloatValue

Returns: bool
Returns: bool

this.IsIntValue

Full Usage: this.IsIntValue

Returns: bool
Returns: bool

this.IsNone

Full Usage: this.IsNone

Returns: bool
Returns: bool

this.IsStringListValue

Full Usage: this.IsStringListValue

Returns: bool
Returns: bool

this.IsStringValue

Full Usage: this.IsStringValue

Returns: bool
Returns: bool

Static members

Static member Description

ValueCase.OneofCodec

Full Usage: ValueCase.OneofCodec

Returns: Lazy<OneofCodec<ValueCase>>
Returns: Lazy<OneofCodec<ValueCase>>

Type something to start searching.