[This is preliminary documentation and is subject to change.]

Gets whether you can remove items from the list, using Remove(Object) or RemoveAt(Int32).

Namespace: Tools.CollectionsT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
protected override sealed bool AllowRemove { get; }
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Protected Overrides NotOverridable ReadOnly Property AllowRemove As Boolean
	Get
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
protected:
virtual property bool AllowRemove {
	bool get () override sealed;
}
F#
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
abstract AllowRemove : bool
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
override AllowRemove : bool
JScript
override final function get AllowRemove () : boolean

Return Value

true

See Also

Collapse/expand Version History

1.5.2