ABMultiValueEntry<T> Struct

Definition

A ABMultiValue<T> entry.

public struct ABMultiValueEntry<T>
type ABMultiValueEntry<'T> = struct

Type Parameters

T

The type of the value to store.

Inheritance
ABMultiValueEntry<T>

Remarks

A "tuple" of (Value, Label, Identifier).

Properties

Name Description
Identifier

The identifier of the ABMultiValueEntry<T>.

IsReadOnly

Gets a value indicating whether the ABMultiValueEntry<T> is read-only.

Label

The label of the ABMultiValueEntry<T>.

Value

The value of the ABMultiValueEntry<T>.

Applies to