Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit b80a749

Browse files
committed
Add TypeConstants.EmptyObjectDictionary
1 parent 5a0c988 commit b80a749

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ServiceStack.Text/TypeConstants.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ private static Task<T> InTask<T>(this T result)
5050
public static readonly byte[][] EmptyByteArrayArray = new byte[0][];
5151

5252
public static readonly Dictionary<string, string> EmptyStringDictionary = new Dictionary<string, string>(0);
53+
public static readonly Dictionary<string, object> EmptyObjectDictionary = new Dictionary<string, object>();
5354

5455
public static readonly List<string> EmptyStringList = new List<string>(0);
5556
public static readonly List<long> EmptyLongList = new List<long>(0);

0 commit comments

Comments
 (0)