Click or drag to resize
TypeFactoryT, A Class
Provides a single argument (A) type factory for type (T) using efficient lambda expression compile.
Inheritance Hierarchy
SystemObject
  StreamCoders.HelpersTypeFactoryT, A

Namespace: StreamCoders.Helpers
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static class TypeFactory<T, A>

Type Parameters

T
Type of Object to create.
A
Type of constructor argument 1.

The TypeFactoryT, A type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate
Top
See Also