Class Construct
TBD
Inherited Members
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
public static class Construct
Methods
| Improve this Doc View SourceInstantiate(Type, Type, Object[])
TBD
Declaration
public static object Instantiate(this Type genericType, Type genericParam, params object[] constructorArgs)
Parameters
Type | Name | Description |
---|---|---|
Type | genericType | TBD |
Type | genericParam | TBD |
Object[] | constructorArgs | TBD |
Returns
Type | Description |
---|---|
Object | TBD |
Instantiate(Type, Type[], Object[])
TBD
Declaration
public static object Instantiate(this Type genericType, Type[] genericParams, params object[] constructorArgs)
Parameters
Type | Name | Description |
---|---|---|
Type | genericType | TBD |
Type[] | genericParams | TBD |
Object[] | constructorArgs | TBD |
Returns
Type | Description |
---|---|
Object | TBD |