GenericGrainInterfaceType.Construct(TypeConverter, Type[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a constructed version of this instance.
public Orleans.Runtime.GenericGrainInterfaceType Construct (Orleans.Serialization.TypeSystem.TypeConverter formatter, params Type[] typeArguments);
member this.Construct : Orleans.Serialization.TypeSystem.TypeConverter * Type[] -> Orleans.Runtime.GenericGrainInterfaceType
Public Function Construct (formatter As TypeConverter, ParamArray typeArguments As Type()) As GenericGrainInterfaceType
Parameters
- formatter
- TypeConverter
- typeArguments
- Type[]