Table of Contents

Class CodecVersionAttribute

Namespace
Shard.Codecs
Assembly
Shard.Codecs.dll

Limits a generated type or member to an inclusive range of codec versions.

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Enum|AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Interface, Inherited = false)]
public sealed class CodecVersionAttribute : Attribute
Inheritance
CodecVersionAttribute
Inherited Members

Properties

SinceVersion

public int SinceVersion { get; set; }

Property Value

int

UntilVersion

public int UntilVersion { get; set; }

Property Value

int