Class KnownTypeAttribute
The attribute which informs the code generator that code should be generated for this type.
Inherited Members
Namespace: Orleans.CodeGeneration
Assembly: Orleans.Core.Abstractions.dll
Syntax
public sealed class KnownTypeAttribute : ConsiderForCodeGenerationAttribute
Constructors
| Improve this Doc View SourceKnownTypeAttribute(Type)
Initializes a new instance of KnownTypeAttribute.
Declaration
public KnownTypeAttribute(Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | type | The type that the generator should generate code for |