Share via


ObservableCollectionHelper<TPublicType, TWireType> Constructor

 

Initializes a new instance of the ObservableCollectionHelper<TPublicType, TWireType> class.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)

Overload List

Name Description
System_CAPS_pubmethod ObservableCollectionHelper<TPublicType, TWireType>(Func<TWireType, TPublicType>, Action<TPublicType, TWireType>)

Initializes a new instance of the ObservableCollectionHelper<TPublicType, TWireType> class with the specified public type builder and the specified update.

System_CAPS_pubmethod ObservableCollectionHelper<TPublicType, TWireType>(Func<TWireType, TPublicType>, Action<TPublicType, TWireType>, IEqualityComparer<TWireType>)

Initializes a new instance of the ObservableCollectionHelper<TPublicType, TWireType> class with the specified public type builder, the specified update, and the specified comparison object.

See Also

ObservableCollectionHelper<TPublicType, TWireType> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top