[]
Removes a line from the collection.
public bool Remove(Line item)
Public Function Remove(item As Line) As Boolean
Type | Name | Description |
---|---|---|
Line | item | Line. |
Type | Description |
---|---|
bool | true if item was successfully removed from the collection; otherwise, false. |