CSharpTest.Net
Remove(T) Method
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Collections Namespace > BTreeList<T> Class : Remove(T) Method

value
The value of the element to remove.

Glossary Item Box

Removes the element with the specified value from the IList.

Syntax

Visual Basic (Declaration) 
Public Function Remove( _
   ByVal value As T _
) As Boolean
C# 
public bool Remove( 
   T value
)

Parameters

value
The value of the element to remove.

Return Value

true if the element is successfully removed; otherwise, false. This method also returns false if value was not found in the original IList.

Exceptions

ExceptionDescription
System.NotSupportedExceptionThe IList is read-only.

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys