ExtensionCollection<T> 생성자

정의

ExtensionCollection<T> 클래스의 새 인스턴스를 초기화합니다.

오버로드

ExtensionCollection<T>(T)

지정된 소유자를 사용하여 ExtensionCollection<T> 클래스의 새 인스턴스를 초기화합니다.

ExtensionCollection<T>(T, Object)

지정된 소유자 및 동기화 루트를 사용하여 ExtensionCollection<T> 클래스의 새 인스턴스를 초기화합니다.

ExtensionCollection<T>(T)

지정된 소유자를 사용하여 ExtensionCollection<T> 클래스의 새 인스턴스를 초기화합니다.

public:
 ExtensionCollection(T owner);
public ExtensionCollection (T owner);
new System.ServiceModel.ExtensionCollection<'T (requires 'T :> System.ServiceModel.IExtensibleObject<'T>)> : 'T -> System.ServiceModel.ExtensionCollection<'T (requires 'T :> System.ServiceModel.IExtensibleObject<'T>)>
Public Sub New (owner As T)

매개 변수

owner
T

컬렉션의 소유자입니다.

적용 대상

ExtensionCollection<T>(T, Object)

지정된 소유자 및 동기화 루트를 사용하여 ExtensionCollection<T> 클래스의 새 인스턴스를 초기화합니다.

public:
 ExtensionCollection(T owner, System::Object ^ syncRoot);
public ExtensionCollection (T owner, object syncRoot);
new System.ServiceModel.ExtensionCollection<'T (requires 'T :> System.ServiceModel.IExtensibleObject<'T>)> : 'T * obj -> System.ServiceModel.ExtensionCollection<'T (requires 'T :> System.ServiceModel.IExtensibleObject<'T>)>
Public Sub New (owner As T, syncRoot As Object)

매개 변수

owner
T

컬렉션의 소유자입니다.

syncRoot
Object

동기화에 사용되는 개체입니다.

적용 대상