GenericGrainType.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.
Gets the type arguments using the provided type converter.
public Type[] GetArguments (Orleans.Serialization.TypeSystem.TypeConverter converter);
member this.GetArguments : Orleans.Serialization.TypeSystem.TypeConverter -> Type[]
Public Function GetArguments (converter As TypeConverter) As Type()
Parameters
- converter
- TypeConverter
The type converter
Returns
Type[]
The type arguments.