| Skype: | TextControlSupport | |
| Orders: | 877-462-4772 |
LineCollection.GetEnumerator Method |
||
| Description: | Returns an enumerator that can be used to iterate through the collection. |
|
| Syntax: |
[C#] public IEnumerator GetEnumerator(); [Visual Basic] Public Function GetEnumerator() As IEnumerator |
|
| Return Value: | The return value is an IEnumerator that represents the collection. |
|
| See also: | Line and Character Operations, Graphical Overview. | |