1
This commit is contained in:
@@ -79,9 +79,6 @@ namespace BITKit
|
||||
var action = x as Action<T>;
|
||||
action.Invoke(value);
|
||||
});
|
||||
if (value is not JToken)
|
||||
Objects.TryInsert(key, value);
|
||||
|
||||
}
|
||||
public static bool TryGetValue<T>(string key, out T value)
|
||||
{
|
||||
|
Reference in New Issue
Block a user