Compartir a través de


SyncList<TListType> Clase

Definición

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)

Parámetros de tipo

TListType
Herencia
Collection<TListType>
SyncList<TListType>
Derivado
Atributos

Métodos

ClearItems()
InsertItem(Int32, TListType)
RemoveItem(Int32)
SetItem(Int32, TListType)

Se aplica a