Click or drag to resize
InstanceProviderT Class
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 Hierarchy
SystemObject
  StreamCoders.HelpersInstanceProviderT

Namespace: StreamCoders.Helpers
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public abstract class InstanceProvider<T> : IInstanceProvider<T>, 
	IInstanceProvider

Type Parameters

T

The InstanceProviderT type exposes the following members.

Properties
  NameDescription
Public propertyProvided
Top
Methods
  NameDescription
Public methodCreateCopy
Public methodCreateTypedCopy
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also