GenericGrainInterfaceType Struct

Definition

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 true if this instance contains concrete type parameters.

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.

Applies to