applied review comments
This commit is contained in:
@@ -18,5 +18,5 @@ public interface IItemTypeLookup
|
||||
/// <summary>
|
||||
/// Gets mapping for all BaseItemKinds and their expected serialization target.
|
||||
/// </summary>
|
||||
public IDictionary<BaseItemKind, string> BaseItemKindNames { get; }
|
||||
public IReadOnlyDictionary<BaseItemKind, string> BaseItemKindNames { get; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user