SyncList<TListType> Kelas
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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)
Jenis parameter
- TListType
- Warisan
-
Collection<TListType>SyncList<TListType>
- Turunan
- Atribut
Metode
| ClearItems() | |
| InsertItem(Int32, TListType) | |
| RemoveItem(Int32) | |
| SetItem(Int32, TListType) |