Class GrainSupportClassAttribute
For internal (run-time) use only. Base class of all the activation attributes
Namespace: Orleans.CodeGeneration
Assembly: Orleans.Core.Abstractions.dll
Syntax
public abstract class GrainSupportClassAttribute : Attribute
Constructors
| Improve this Doc View SourceGrainSupportClassAttribute(Type)
Initializes a new instance of the GrainSupportClassAttribute class.
Declaration
protected GrainSupportClassAttribute(Type targetType)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | targetType | The type which this implementation applies to. |
Properties
| Improve this Doc View SourceTargetType
Gets the type which this implementation applies to.
Declaration
public Type TargetType { get; }
Property Value
| Type | Description |
|---|---|
| Type |