Click or drag to resize
IInstanceProviderT Interface
The generic version of IInstanceProvider, defining a strongly typed way of providing instances.

Namespace: StreamCoders.Helpers
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public interface IInstanceProvider<T> : IInstanceProvider

Type Parameters

T
The type of the instances provided by the implementor.

The IInstanceProviderT type exposes the following members.

Properties
  NameDescription
Public propertyProvided
The type for which the provider provides instances.
(Inherited from IInstanceProvider.)
Top
Methods
  NameDescription
Public methodCreateCopy
Creates a new instance.
(Inherited from IInstanceProvider.)
Public methodCreateTypedCopy
Creates a new typed instance.
Top
See Also