public SetterEnumerator(Type type, JsonDictionary dict) { _setters = ReflectiveOperation.GetSetterList(type); _dict = dict; }