StatefulReadOnlyList<TItem,TState>.State Property

Definition

public:
 property StateT State { StateT get(); };
public:
 property TState State { TState get(); };
public:
 property StateT State { StateT get(); };
public StateT State { get; }
public TState State { [System.Runtime.CompilerServices.IsReadOnly] get; }
member this.State : 'StateT
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.State : 'State
Public ReadOnly Property State As StateT
Public ReadOnly Property State As TState

Property Value

StateT
TState
Attributes

Applies to