Class Construct
TBD
Inherited Members
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
public static class Construct
Methods
| Edit this page View SourceInstantiate(Type, Type, params 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[], params 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 |
Edit this page