Use Dictionary and removes setter

This commit is contained in:
Alexandre Mutel
2019-01-19 18:03:42 +01:00
committed by GitHub
parent 653972847c
commit 664c824f8b

View File

@@ -10,7 +10,7 @@ namespace Markdig
/// <summary>
/// Gets or sets the context property collection.
/// </summary>
public IDictionary<object, object> Properties { get; set; }
public Dictionary<object, object> Properties { get; }
/// <summary>
/// Initializes a new instance of the <see cref="MarkdownParserContext" /> class.