StatefulReadOnlyList<TItem,TState> Constructor
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:
StatefulReadOnlyList(System::Collections::Generic::IReadOnlyList<ItemT> ^ list, StateT state);
public StatefulReadOnlyList (System.Collections.Generic.IReadOnlyList<ItemT> list, StateT state);
new Microsoft.VisualStudio.Shell.StatefulReadOnlyList<'ItemT, 'StateT> : System.Collections.Generic.IReadOnlyList<'ItemT> * 'StateT -> Microsoft.VisualStudio.Shell.StatefulReadOnlyList<'ItemT, 'StateT>
Public Sub New (list As IReadOnlyList(Of ItemT), state As StateT)
Parameters
- list
- IReadOnlyList<ItemT>
- state
- StateT