Updated SyncDictinoary doc

This commit is contained in:
MrGadget 2024-10-24 19:14:03 -04:00
parent 4e07f3a348
commit 549b222ec0

View File

@ -21,9 +21,9 @@ public class SyncIDictionary<TKey, TValue> : SyncObject, IDictionary<TKey, TValu
public enum Operation : byte public enum Operation : byte
{ {
OP_ADD, OP_ADD,
OP_CLEAR, OP_SET,
OP_REMOVE, OP_REMOVE,
OP_SET OP_CLEAR
} }
/// <summary> /// <summary>