VirtualCollectionTCanSetItem Property
Gets whether an item can be set through the
indexer.
The base implementation returns
if
IsReadOnly returns
or when the wrapped collection is a one dimensional zero based array of
T;
otherwise, returns
.
Namespace: KGySoft.Collections.ObjectModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
protected virtual bool CanSetItem { get; }
Protected Overridable ReadOnly Property CanSetItem As Boolean
Get
protected:
virtual property bool CanSetItem {
bool get ();
}
abstract CanSetItem : bool with get
override CanSetItem : bool with get
Property Value
Boolean