M_Cyjb_Markdown_Syntax_NodeList_1_GetEnumerator - CYJB/Cyjb.Markdown GitHub Wiki

NodeList(T).GetEnumerator 方法

返回一个循环访问集合的枚举器。

Namespace: Cyjb.Markdown.Syntax
Assembly: Cyjb.Markdown (in Cyjb.Markdown.dll) Version: 1.0.2+f073417ab111e884603147b5dc42e8ccc863a984

语法

C#

public override IEnumerator<T> GetEnumerator()

返回值

Type: IEnumerator(T)
可用于循环访问集合的 IEnumerator(T) 对象。

实现

IEnumerable(T).GetEnumerator()

参见

Reference

NodeList(T) 类
Cyjb.Markdown.Syntax 命名空间

⚠️ **GitHub.com Fallback** ⚠️