TagList(ReadOnlySpan<KeyValuePair<String,Object>>) 构造函数

定义

使用指定的 tagList初始化 的新实例TagList

public:
 TagList(ReadOnlySpan<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> tagList);
public TagList (ReadOnlySpan<System.Collections.Generic.KeyValuePair<string,object?>> tagList);
new System.Diagnostics.TagList : ReadOnlySpan<System.Collections.Generic.KeyValuePair<string, obj>> -> System.Diagnostics.TagList
Public Sub New (tagList As ReadOnlySpan(Of KeyValuePair(Of String, Object)))

参数

tagList
ReadOnlySpan<KeyValuePair<String,Object>>

用于初始化列表的标记范围。

适用于