Abstract class that implements the
IInstanceProvider interface,
and can be used as a base class for an instance provider. The class simplifies
implementation by partially implementing the interface, leaving the implementation
of the
CreateTypedCopy(T) method to the concrete subclass.
Inheritance HierarchySystemObject
StreamCoders.HelpersInstanceProviderT
Namespace: StreamCoders.HelpersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic abstract class InstanceProvider<T> : IInstanceProvider<T>,
IInstanceProvider
Public MustInherit Class InstanceProvider(Of T)
Implements IInstanceProvider(Of T), IInstanceProvider
generic<typename T>
public ref class InstanceProvider abstract : IInstanceProvider<T>,
IInstanceProvider
[<AbstractClassAttribute>]
type InstanceProvider<'T> =
class
interface IInstanceProvider<'T>
interface IInstanceProvider
end
Type Parameters
- T
The InstanceProviderT type exposes the following members.
Properties
Methods
Extension Methods
See Also