internal Enumerator(VariantCollection coll) { _e = coll._table.GetEnumerator(); _current = default(KeyValuePair <string, object>); }
public void UpdateCollection(VariantCollection coll) { _coll = coll; }