• Version 1.15.2
Show / Hide Table of Contents

Struct SerializedFieldKey

A pre-allocated key to access a field in the SerializedMessage instance.

Note: Keys remain constant for the entire life of a SerializedMessage instance. It is not recommended to to allocate too many keys, because that can increase the time of setting value for a field of the message.

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: OnixS.Fix
Assembly: OnixS.Fix.Engine.dll
Syntax
public readonly struct SerializedFieldKey

Methods

ToString()

Returns the fully qualified type name of this instance.

Declaration
public override string ToString()
Returns
Type Description
string

The fully qualified type name.

Overrides
ValueType.ToString()
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX