MatTElem, TInheritIsReadOnly Property
|
Gets a value indicating whether the IList is read-only.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic 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
function get_IsReadOnly();
Return Value
Type:
BooleanImplements
ICollectionTIsReadOnly
See Also