Click or drag to resize
TypeFactoryT, A, BCreate Method
Creates and instance of type T.

Namespace: StreamCoders.Helpers
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static T Create(
	A a,
	B b
)

Parameters

a
Type: A
Parameter a of type A.
b
Type: B
Parameter b of type B.

Return Value

Type: T
A new instance of type T.
See Also