ReadOnlyTagHelperAttributeList 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| ReadOnlyTagHelperAttributeList() |
使用空集合具現化 的新實例 ReadOnlyTagHelperAttributeList 。 |
| ReadOnlyTagHelperAttributeList(IList<TagHelperAttribute>) |
使用指定的 |
ReadOnlyTagHelperAttributeList()
使用空集合具現化 的新實例 ReadOnlyTagHelperAttributeList 。
protected:
ReadOnlyTagHelperAttributeList();
protected ReadOnlyTagHelperAttributeList();
Protected Sub New ()
適用於
ReadOnlyTagHelperAttributeList(IList<TagHelperAttribute>)
使用指定的 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>
要包裝的集合。