ReadOnlyTagHelperAttributeList コンストラクター

定義

オーバーロード

ReadOnlyTagHelperAttributeList()

空のコレクションを使用して の ReadOnlyTagHelperAttributeList 新しいインスタンスをインスタンス化します。

ReadOnlyTagHelperAttributeList(IList<TagHelperAttribute>)

指定した を使用して、 の ReadOnlyTagHelperAttributeList 新しいインスタンスをインスタンス化します attributes

ReadOnlyTagHelperAttributeList()

ソース:
ReadOnlyTagHelperAttributeList.cs
ソース:
ReadOnlyTagHelperAttributeList.cs

空のコレクションを使用して の ReadOnlyTagHelperAttributeList 新しいインスタンスをインスタンス化します。

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

適用対象

ReadOnlyTagHelperAttributeList(IList<TagHelperAttribute>)

ソース:
ReadOnlyTagHelperAttributeList.cs
ソース:
ReadOnlyTagHelperAttributeList.cs

指定した を使用して、 の ReadOnlyTagHelperAttributeList 新しいインスタンスをインスタンス化します 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))

パラメーター

attributes
IList<TagHelperAttribute>

ラップするコレクション。

適用対象