SetDocumentationIsReadOnly Property
Gets a value indicating whether the
ICollectionT is read-only.
Namespace: XMLCommentsExamples.DocumentationInheritanceAssembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
public bool IsReadOnly { get; }
Public ReadOnly Property IsReadOnly As Boolean
Get
public:
virtual property bool IsReadOnly {
bool get () sealed;
}
abstract IsReadOnly : bool with get
override IsReadOnly : bool with get
Boolean if the
ICollectionT is read-only; otherwise,
.
ICollectionTIsReadOnly