GenericGrainInterfaceType Struct
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.
Represents a GrainInterfaceType that is parameterized using type parameters.
[Orleans.Immutable]
public readonly struct GenericGrainInterfaceType
[<Orleans.Immutable>]
type GenericGrainInterfaceType = struct
Public Structure GenericGrainInterfaceType
- Inheritance
-
GenericGrainInterfaceType
- Attributes
Properties
Arity |
The arity of the generic type. |
IsConstructed |
Returns |
Value |
The underlying GrainInterfaceType |
Methods
Construct(TypeConverter, Type[]) |
Returns a constructed version of this instance. |
GetArguments(TypeConverter) |
Returns the type arguments which this instance was constructed with. |
GetGenericGrainType() |
Returns a non-constructed version of this instance. |
ToString() |
Returns a UTF8 interpretation of the current instance. |
TryParse(GrainInterfaceType, GenericGrainInterfaceType) |
Returns the generic interface id corresponding to the provided value. |