TextLineCollection.Enumerator 结构   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public: value class TextLineCollection::Enumerator : System::Collections::Generic::IEnumerator<Microsoft::CodeAnalysis::Text::TextLine>
	public struct TextLineCollection.Enumerator : System.Collections.Generic.IEnumerator<Microsoft.CodeAnalysis.Text.TextLine>
	type TextLineCollection.Enumerator = struct
    interface IEnumerator<TextLine>
    interface IEnumerator
    interface IDisposable
	Public Structure TextLineCollection.Enumerator
Implements IEnumerator(Of TextLine)
		- 继承
 - 
				TextLineCollection.Enumerator
 
- 实现
 
属性
| Current | 
方法
| Equals(Object) | |
| GetHashCode() | |
| MoveNext() | 
显式接口实现
| IDisposable.Dispose() | |
| IEnumerator.Current | |
| IEnumerator.MoveNext() | |
| IEnumerator.Reset() |