提交 c920455c 编写于 作者: C CyrusNajmabadi

Actually make into a struct.

上级 ba6b8b10
......@@ -281,7 +281,7 @@ private void WriteEncodedUInt32(uint v)
/// <summary>
/// An object reference to reference-id map, that can share base data efficiently.
/// </summary>
private class WriterReferenceMap
private struct WriterReferenceMap
{
private readonly Dictionary<object, int> _valueToIdMap;
private readonly bool _valueEquality;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册