CoreOptionsExtension.PopulateDebugInfo 方法

定义

填充在扩展用法之间可能会更改的信息字典,以便可以将其与此选项的先前配置进行比较,并且可以记录差异。 使用字典键前缀 "Core:"

public virtual void PopulateDebugInfo (System.Collections.Generic.IDictionary<string,string> debugInfo);
abstract member PopulateDebugInfo : System.Collections.Generic.IDictionary<string, string> -> unit
override this.PopulateDebugInfo : System.Collections.Generic.IDictionary<string, string> -> unit
Public Overridable Sub PopulateDebugInfo (debugInfo As IDictionary(Of String, String))

参数

debugInfo
IDictionary<String,String>

要填充的字典。

实现

适用于