GenericGrainType.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.GenericGrainType Construct (Orleans.Serialization.TypeSystem.TypeConverter formatter, params Type[] typeArguments);
member this.Construct : Orleans.Serialization.TypeSystem.TypeConverter * Type[] -> Orleans.Runtime.GenericGrainType
Public Function Construct (formatter As TypeConverter, ParamArray typeArguments As Type()) As GenericGrainType
Parameters
- formatter
- TypeConverter
- typeArguments
- Type[]