Class EncodingTypeForEncoderAttribute
Specifies the value of Encoding Type which will be used for message encoding.
Inheritance
EncodingTypeForEncoderAttribute
Assembly: OnixS.SimpleBinaryEncoding.dll
Syntax
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct, AllowMultiple = false, Inherited = true)]
public class EncodingTypeForEncoderAttribute : Attribute
Constructors
EncodingTypeForEncoderAttribute(ushort)
Declaration
public EncodingTypeForEncoderAttribute(ushort value)
Parameters
Type |
Name |
Description |
ushort |
value |
|
Properties
Value
Declaration
public ushort Value { get; }
Property Value