Share via


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>
파생
특성

메서드

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

적용 대상