SyncList<TListType> 類別

定義

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>
衍生
屬性

適用於