SyncList<TListType> Class
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.
generic <typename TListType>
public ref class SyncList : System::Collections::ObjectModel::Collection<TListType>
[System.Serializable]
public class SyncList<TListType> : System.Collections.ObjectModel.Collection<TListType>
[<System.Serializable>]
type SyncList<'ListType> = class
inherit Collection<'ListType>
Public Class SyncList(Of TListType)
Inherits Collection(Of TListType)
Type Parameters
- TListType
- Inheritance
-
Collection<TListType>SyncList<TListType>
- Derived
- Attributes
Methods
ClearItems() | |
InsertItem(Int32, TListType) | |
RemoveItem(Int32) | |
SetItem(Int32, TListType) |