GenericGrainInterfaceType.GetArguments(TypeConverter) 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 the type arguments which this instance was constructed with.
public Type[] GetArguments (Orleans.Serialization.TypeSystem.TypeConverter formatter);
member this.GetArguments : Orleans.Serialization.TypeSystem.TypeConverter -> Type[]
Public Function GetArguments (formatter As TypeConverter) As Type()
Parameters
- formatter
- TypeConverter
Returns
Type[]