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.0.0.0 (1.0.0.0)
Syntax
public bool Remove(
	T line
)

Parameters

line  T

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

Return Value

Boolean

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

Implements

ICollectionTRemove(T)
See Also