Class VersionAttribute
The VersionAttribute allows to specify the version number of the interface
Inheritance
System.Object
VersionAttribute
Namespace: Orleans.CodeGeneration
Assembly: Orleans.Core.Abstractions.dll
Syntax
public sealed class VersionAttribute : Attribute
Constructors
| Improve this Doc View SourceVersionAttribute(UInt16)
Declaration
public VersionAttribute(ushort version)
Parameters
| Type | Name | Description |
|---|---|---|
| System.UInt16 | version |
Properties
| Improve this Doc View SourceVersion
Declaration
public ushort Version { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |