SyncList<TListType> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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)
类型参数
- TListType
- 继承
-
Collection<TListType>SyncList<TListType>
- 派生
- 属性
方法
ClearItems() | |
InsertItem(Int32, TListType) | |
RemoveItem(Int32) | |
SetItem(Int32, TListType) |