CollectionBase<T>.ICollection<T>.IsReadOnly Property
Namespace: Microsoft.Office.Tools
Assembly: Microsoft.Office.Tools.Common.v4.0.Utilities (in Microsoft.Office.Tools.Common.v4.0.Utilities.dll)
Syntax
'Declaration
Private ReadOnly Property IsReadOnly As Boolean
Implements ICollection(Of T).IsReadOnly
Get
'Usage
Dim instance As CollectionBase
Dim value As Boolean
value = CType(instance, ICollection(Of T)).IsReadOnly
bool ICollection<T>.IsReadOnly { get; }
Property Value
Type: System.Boolean
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.