共用方式為


ReadOnlyTagHelperAttributeList 建構函式

定義

多載

ReadOnlyTagHelperAttributeList()

使用空集合具現化 的新實例 ReadOnlyTagHelperAttributeList

ReadOnlyTagHelperAttributeList(IList<TagHelperAttribute>)

使用指定的 attributes 具現化 的新實例 ReadOnlyTagHelperAttributeList

ReadOnlyTagHelperAttributeList()

來源:
ReadOnlyTagHelperAttributeList.cs
來源:
ReadOnlyTagHelperAttributeList.cs
來源:
ReadOnlyTagHelperAttributeList.cs

使用空集合具現化 的新實例 ReadOnlyTagHelperAttributeList

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

適用於

ReadOnlyTagHelperAttributeList(IList<TagHelperAttribute>)

來源:
ReadOnlyTagHelperAttributeList.cs
來源:
ReadOnlyTagHelperAttributeList.cs
來源:
ReadOnlyTagHelperAttributeList.cs

使用指定的 attributes 具現化 的新實例 ReadOnlyTagHelperAttributeList

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))

參數

attributes
IList<TagHelperAttribute>

要包裝的集合。

適用於