Skip to main content

Class ZigZagEncodeAttribute

Used along size to encodes a integer value using so that both positive and negative values can be sent Also See: Bit Packing Documentation

Inheritance
System.Object
System.Attribute
Inherited Members
Show
Syntax
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Parameter)]
public class ZigZagEncodeAttribute : Attribute, _Attribute

Constructors

ZigZagEncodeAttribute()

Declaration
public ZigZagEncodeAttribute()