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

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

Type Parameters

T
Type of Object to create.
A
Type of constructor argument a.
B
Type of constructor argument b.

The TypeFactoryT, A, B type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate
Creates and instance of type T.
Top
See Also