WriteField(Writer<TBufferWriter>, uint, Type, Dictionary<TKey, TValue>)
public void DictionaryCodec<TKey, WriteField<TBufferWriter>(ref Writer<TBufferWriter> writer, uint fieldIdDelta, Type expectedType, Dictionary<TKey, TValue> value) Writes a field.
Parameters
writerWriter<TBufferWriter>- The writer.
fieldIdDeltauint- The field identifier delta.
expectedTypeType- The expected type.
valueDictionary<TKey, TValue>- The value.
