Show / Hide Table of Contents

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 Source

VersionAttribute(UInt16)

Declaration
public VersionAttribute(ushort version)
Parameters
Type Name Description
System.UInt16 version

Properties

| Improve this Doc View Source

Version

Declaration
public ushort Version { get; }
Property Value
Type Description
System.UInt16

Extension Methods

ImmutableExt.AsImmutable<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX