Click or drag to resize

IOListTRemove Method

Removes the first occurrence of a specific IOLine from the list

Namespace:  Brainboxes.IO
Assembly:  Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.5.0.8
Syntax
public bool Remove(
	T line
)

Parameters

line
Type: T

[Missing <param name="line"/> documentation for "M:Brainboxes.IO.IOList`1.Remove(`0)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Brainboxes.IO.IOList`1.Remove(`0)"]

Implements

ICollectionTRemove(T)
See Also