StatefulReadOnlyList<TItem,TState>.List Property

Definition

public:
 property System::Collections::Generic::IReadOnlyList<ItemT> ^ List { System::Collections::Generic::IReadOnlyList<ItemT> ^ get(); };
public:
 property System::Collections::Generic::IReadOnlyList<TItem> ^ List { System::Collections::Generic::IReadOnlyList<TItem> ^ get(); };
public System.Collections.Generic.IReadOnlyList<ItemT> List { get; }
public System.Collections.Generic.IReadOnlyList<TItem> List { [System.Runtime.CompilerServices.IsReadOnly] get; }
member this.List : System.Collections.Generic.IReadOnlyList<'ItemT>
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.List : System.Collections.Generic.IReadOnlyList<'Item>
Public ReadOnly Property List As IReadOnlyList(Of ItemT)
Public ReadOnly Property List As IReadOnlyList(Of TItem)

Property Value

IReadOnlyList<ItemT>
IReadOnlyList<TItem>
Attributes

Applies to