[This is preliminary documentation and is subject to change.]
Throws NotSupportedException
Namespace: Tools.CollectionsT.GenericTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)] protected override sealed void RemoveSort() |
| Visual Basic |
|---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _ Protected Overrides NotOverridable Sub RemoveSort |
| Visual C++ |
|---|
[EditorBrowsableAttribute(EditorBrowsableState::Never)] protected: virtual void RemoveSort() override sealed |
| F# |
|---|
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>] abstract RemoveSort : unit -> unit [<EditorBrowsableAttribute(EditorBrowsableState.Never)>] override RemoveSort : unit -> unit |
| JScript |
|---|
protected override final function RemoveSort() |
Exceptions
| Exception | Condition |
|---|---|
| System..::..NotSupportedException | always |
See Also
Version History
1.5.2
- Access changed from private to protected. EditorBrowsableAttribute added.