RestrictedAccessDictionaryTKey, TValueRemoveIsAllowed Property |
True if and only if this dictionary allows elments to be removed.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public bool RemoveIsAllowed { get; }
Public ReadOnly Property RemoveIsAllowed As Boolean
Get
public:
property bool RemoveIsAllowed {
bool get ();
}
member RemoveIsAllowed : bool with get
Property Value
Type:
BooleanSee Also