Share via


TagHelperAttributeList.ICollection<TagHelperAttribute>.IsReadOnly Property

Definition

Gets a value indicating whether the ICollection<T> is read-only.

property bool System::Collections::Generic::ICollection<Microsoft::AspNetCore::Razor::TagHelpers::TagHelperAttribute>::IsReadOnly { bool get(); };
bool System.Collections.Generic.ICollection<Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute>.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of TagHelperAttribute).IsReadOnly

Property Value

Implements

Applies to