StatefulReadOnlyList<TItem,TState> Struct
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.
A read-only list with an associated state.
generic <typename ItemT, typename StateT>
public value class StatefulReadOnlyList
generic <typename TItem, typename TState>
public value class StatefulReadOnlyList
template <typename ItemT, typename StateT>
struct StatefulReadOnlyList
public struct StatefulReadOnlyList<ItemT,StateT>
public struct StatefulReadOnlyList<TItem,TState>
type StatefulReadOnlyList<'ItemT, 'StateT> = struct
type StatefulReadOnlyList<'Item, 'State> = struct
Public Structure StatefulReadOnlyList(Of ItemT, StateT)
Public Structure StatefulReadOnlyList(Of TItem, TState)
Type Parameters
- ItemT TItem
- StateT TState
- Inheritance
-
StatefulReadOnlyList<TItem,TState>
Constructors
StatefulReadOnlyList<TItem,TState>(IReadOnlyList<ItemT>, StateT) |
Properties
List | |
State |