ActivityTagsCollection Konstruktory

Definice

Přetížení

ActivityTagsCollection()

Create novou instanci kolekce.

ActivityTagsCollection(IEnumerable<KeyValuePair<String,Object>>)

Create novou instanci kolekce a uložte položky vstupního seznamu do kolekce.

ActivityTagsCollection()

Zdroj:
ActivityTagsCollection.cs
Zdroj:
ActivityTagsCollection.cs
Zdroj:
ActivityTagsCollection.cs

Create novou instanci kolekce.

public:
 ActivityTagsCollection();
public ActivityTagsCollection ();
Public Sub New ()

Platí pro

ActivityTagsCollection(IEnumerable<KeyValuePair<String,Object>>)

Zdroj:
ActivityTagsCollection.cs
Zdroj:
ActivityTagsCollection.cs
Zdroj:
ActivityTagsCollection.cs

Create novou instanci kolekce a uložte položky vstupního seznamu do kolekce.

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

Parametry

list
IEnumerable<KeyValuePair<String,Object>>

Počáteční seznam pro uložení v kolekci.

Platí pro