ReadOnlyTagHelperAttributeList 构造函数

定义

重载

ReadOnlyTagHelperAttributeList()

使用空集合实例化 的新 ReadOnlyTagHelperAttributeList 实例。

ReadOnlyTagHelperAttributeList(IList<TagHelperAttribute>)

使用指定的 attributes实例化 的新ReadOnlyTagHelperAttributeList实例。

ReadOnlyTagHelperAttributeList()

Source:
ReadOnlyTagHelperAttributeList.cs
Source:
ReadOnlyTagHelperAttributeList.cs
Source:
ReadOnlyTagHelperAttributeList.cs

使用空集合实例化 的新 ReadOnlyTagHelperAttributeList 实例。

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

适用于

ReadOnlyTagHelperAttributeList(IList<TagHelperAttribute>)

Source:
ReadOnlyTagHelperAttributeList.cs
Source:
ReadOnlyTagHelperAttributeList.cs
Source:
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>

要换行的集合。

适用于