ReadOnlyTagHelperAttributeList Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
| ReadOnlyTagHelperAttributeList() |
Vytvoří instanci nové instance ReadOnlyTagHelperAttributeList s prázdnou kolekcí. |
| ReadOnlyTagHelperAttributeList(IList<TagHelperAttribute>) |
Vytvoří instanci nové instance ReadOnlyTagHelperAttributeList se zadaným |
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.