Skip to content

Commit

Permalink
added API approvals
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb committed Jan 13, 2025
1 parent 0278ccd commit ed72c8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5642,6 +5642,7 @@ namespace Akka.Util.Internal
public class static Extensions
{
public static System.Collections.Generic.IDictionary<TKey, TValue> AddAndReturn<TKey, TValue>(this System.Collections.Generic.IDictionary<TKey, TValue> hash, TKey key, TValue value) { }
[System.ObsoleteAttribute("Use the dictionary setter directly")]
public static void AddOrSet<TKey, TValue>(this System.Collections.Generic.IDictionary<TKey, TValue> hash, TKey key, TValue value) { }
public static T AsInstanceOf<T>(this object self) { }
public static string BetweenDoubleQuotes(this string self) { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5631,6 +5631,7 @@ namespace Akka.Util.Internal
public class static Extensions
{
public static System.Collections.Generic.IDictionary<TKey, TValue> AddAndReturn<TKey, TValue>(this System.Collections.Generic.IDictionary<TKey, TValue> hash, TKey key, TValue value) { }
[System.ObsoleteAttribute("Use the dictionary setter directly")]
public static void AddOrSet<TKey, TValue>(this System.Collections.Generic.IDictionary<TKey, TValue> hash, TKey key, TValue value) { }
public static T AsInstanceOf<T>(this object self) { }
public static string BetweenDoubleQuotes(this string self) { }
Expand Down

0 comments on commit ed72c8c

Please sign in to comment.