다음을 통해 공유


SyncList<TListType> 클래스

이 API는 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

상속 계층

System.Object
  System.Collections.ObjectModel.Collection<TListType>
    Microsoft.Reporting.WebForms.SyncList<TListType>
      Microsoft.Reporting.WebForms.ReportDataSourceCollection
      Microsoft.Reporting.WebForms.ReportViewerCookieCollection
      Microsoft.Reporting.WebForms.ReportViewerHeaderCollection

네임스페이스:  Microsoft.Reporting.WebForms
어셈블리:  Microsoft.ReportViewer.WebForms(Microsoft.ReportViewer.WebForms.dll)

구문

‘선언
<SerializableAttribute> _
Public Class SyncList(Of TListType) _
    Inherits Collection(Of TListType)
‘사용 방법
Dim instance As SyncList(Of TListType)
[SerializableAttribute]
public class SyncList<TListType> : Collection<TListType>
[SerializableAttribute]
generic<typename TListType>
public ref class SyncList : public Collection<TListType>
[<SerializableAttribute>]
type SyncList<'TListType> =  
    class
        inherit Collection<'TListType>
    end
JScript는 제네릭 형식 및 메서드를 지원하지 않습니다.

유형 매개 변수

  • TListType

SyncList<TListType> 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 Count (Collection<TListType>에서 상속됨)
공용 속성 Item (Collection<TListType>에서 상속됨)
보호된 속성 Items (Collection<TListType>에서 상속됨)

맨 위로 이동

메서드

  이름 설명
공용 메서드 Add (Collection<TListType>에서 상속됨)
공용 메서드 Clear (Collection<TListType>에서 상속됨)
보호된 메서드 ClearItems 인프라입니다. (Collection<T>.ClearItems()을(를) 재정의함)
공용 메서드 Contains (Collection<TListType>에서 상속됨)
공용 메서드 CopyTo (Collection<TListType>에서 상속됨)
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetEnumerator (Collection<TListType>에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 IndexOf (Collection<TListType>에서 상속됨)
공용 메서드 Insert (Collection<TListType>에서 상속됨)
보호된 메서드 InsertItem 인프라입니다. (Collection<T>.InsertItem(Int32, T)을(를) 재정의함)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 Remove (Collection<TListType>에서 상속됨)
공용 메서드 RemoveAt (Collection<TListType>에서 상속됨)
보호된 메서드 RemoveItem 인프라입니다. (Collection<T>.RemoveItem(Int32)을(를) 재정의함)
보호된 메서드 SetItem 인프라입니다. (Collection<T>.SetItem(Int32, T)을(를) 재정의함)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현전용 메서드 IList.Add (Collection<TListType>에서 상속됨)
명시적 인터페이스 구현전용 메서드 IList.Contains (Collection<TListType>에서 상속됨)
명시적 인터페이스 구현전용 메서드 ICollection.CopyTo (Collection<TListType>에서 상속됨)
명시적 인터페이스 구현전용 메서드 IEnumerable.GetEnumerator (Collection<TListType>에서 상속됨)
명시적 인터페이스 구현전용 메서드 IList.IndexOf (Collection<TListType>에서 상속됨)
명시적 인터페이스 구현전용 메서드 IList.Insert (Collection<TListType>에서 상속됨)
명시적 인터페이스 구현전용 속성 IList.IsFixedSize (Collection<TListType>에서 상속됨)
명시적 인터페이스 구현전용 속성 ICollection<T>.IsReadOnly (Collection<TListType>에서 상속됨)
명시적 인터페이스 구현전용 속성 IList.IsReadOnly (Collection<TListType>에서 상속됨)
명시적 인터페이스 구현전용 속성 ICollection.IsSynchronized (Collection<TListType>에서 상속됨)
명시적 인터페이스 구현전용 속성 IList.Item (Collection<TListType>에서 상속됨)
명시적 인터페이스 구현전용 메서드 IList.Remove (Collection<TListType>에서 상속됨)
명시적 인터페이스 구현전용 속성 ICollection.SyncRoot (Collection<TListType>에서 상속됨)

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.Reporting.WebForms 네임스페이스