ReadOnlyTagHelperAttributeList Konstruktory

Definice

Přetížení

ReadOnlyTagHelperAttributeList()

Vytvoří instanci nové instance ReadOnlyTagHelperAttributeList s prázdnou kolekcí.

ReadOnlyTagHelperAttributeList(IList<TagHelperAttribute>)

Vytvoří instanci nové instance ReadOnlyTagHelperAttributeList se zadaným attributes.

ReadOnlyTagHelperAttributeList()

Vytvoří instanci nové instance ReadOnlyTagHelperAttributeList s prázdnou kolekcí.

protected:
 ReadOnlyTagHelperAttributeList();
protected ReadOnlyTagHelperAttributeList ();
Protected Sub New ()

Platí pro

ReadOnlyTagHelperAttributeList(IList<TagHelperAttribute>)

Vytvoří instanci nové instance ReadOnlyTagHelperAttributeList se zadaným attributes.

public:
 ReadOnlyTagHelperAttributeList(System::Collections::Generic::IList<Microsoft::AspNetCore::Razor::TagHelpers::TagHelperAttribute ^> ^ attributes);
public ReadOnlyTagHelperAttributeList (System.Collections.Generic.IList<Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute> attributes);
new Microsoft.AspNetCore.Razor.TagHelpers.ReadOnlyTagHelperAttributeList : System.Collections.Generic.IList<Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute> -> Microsoft.AspNetCore.Razor.TagHelpers.ReadOnlyTagHelperAttributeList
Public Sub New (attributes As IList(Of TagHelperAttribute))

Parametry

attributes
IList<TagHelperAttribute>

Kolekce, která se má zabalit.

Platí pro