Class CodecAttribute
A message field's codec, named by kind.
[AttributeUsage(AttributeTargets.Field, Inherited = false)]
public sealed class CodecAttribute : CodecDeclarationAttribute
- Inheritance
-
CodecAttribute
- Inherited Members
Constructors
CodecAttribute(CodecKind)
A message field under a named codec.
public CodecAttribute(CodecKind kind)
Parameters
kindCodecKindThe codec.