TagList(ReadOnlySpan<KeyValuePair<String,Object>>) Constructor

Definition

Initializes a new instance of TagList using the specified 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)))

Parameters

tagList
ReadOnlySpan<KeyValuePair<String,Object>>

A span of tags to initialize the list with.

Applies to