Removes the first occurrence of a specific IOLine from the list
Namespace: Brainboxes.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Remove(
T line
)
Public Function Remove (
line As T
) As Boolean
abstract Remove :
line : 'T -> bool
override Remove :
line : 'T -> bool
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