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

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

Return Value

This property never returns value

Exceptions

ExceptionCondition
System..::..NotSupportedExceptionalways

See Also

Collapse/expand Version History

1.5.2