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