Edit

Share via


FSharpMapSurrogate<TKey,TValue>.Value Property

Definition

[Orleans.Id(0)]
public System.Collections.Generic.List<Tuple<TKey,TValue>> Value { get; set; }
[<Orleans.Id(0)>]
member this.Value : System.Collections.Generic.List<'Key * 'Value> with get, set
Public Property Value As List(Of Tuple(Of TKey, TValue))

Property Value

List<Tuple<TKey,TValue>>
Attributes

Applies to