StatefulReadOnlyList<TItem,TState>.State Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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