public Enumerator(NetDictionary <TKey, TValue, TField, TSerialDict, TSelf> net) { _net = net; _enumerator = _net.dict.GetEnumerator(); _current = default(KeyValuePair <TKey, TValue>); _done = false; }
public ValuesCollection(NetDictionary <TKey, TValue, TField, TSerialDict, TSelf> net) { _net = net; }