ReadOnlyTagHelperAttributeList 생성자

정의

오버로드

ReadOnlyTagHelperAttributeList()

빈 컬렉션을 사용하여 의 ReadOnlyTagHelperAttributeList 새 instance 인스턴스화합니다.

ReadOnlyTagHelperAttributeList(IList<TagHelperAttribute>)

지정된 attributes를 사용하여 의 ReadOnlyTagHelperAttributeList 새 instance 인스턴스화합니다.

ReadOnlyTagHelperAttributeList()

빈 컬렉션을 사용하여 의 ReadOnlyTagHelperAttributeList 새 instance 인스턴스화합니다.

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

적용 대상

ReadOnlyTagHelperAttributeList(IList<TagHelperAttribute>)

지정된 attributes를 사용하여 의 ReadOnlyTagHelperAttributeList 새 instance 인스턴스화합니다.

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>

래핑할 컬렉션입니다.

적용 대상