mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-04 05:44:50 +00:00
Use Dictionary and removes setter
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user