Name | Description | |
---|---|---|
![]() | LineCollection Constructor | Overloaded. |
The following tables list the members exposed by LineCollection.
Name | Description | |
---|---|---|
![]() | LineCollection Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of lines in the collection. |
![]() | Item | Gets or sets the line at the specified index. |
Name | Description | |
---|---|---|
![]() | Add | Adds a line to the collection. |
![]() | AddRange | Adds an array of lines to the collection. |
![]() | Clear | Removes all lines from the collection. |
![]() | Clone | Creates a new collection that is a copy of this collection. |
![]() | Contains | Determines whether the collection contains a specific line. |
![]() | CopyTo | Copies the lines in the collection to an array, starting at the specified array index. |
![]() | GetEnumerator | Gets an enumerator that iterates through the collection. |
![]() | IndexOf | Determines the index of the line in the collection. |
![]() | Insert | Inserts a line into the collection at the specified index. |
![]() | InsertRange | Inserts an array of lines into the collection at the specified index. |
![]() | Remove | Removes a line from the collection. |
![]() | RemoveAt | Removes a line from the collection at the specified index. |
![]() | SetLine | Gets or sets the line at the specified index. |