Block.Flatten 方法

定义

此类型/成员支持.NET Framework基础结构,不应直接从代码中使用。平展块的指定类型的集合。

public System.Collections.Generic.IEnumerable<System.Web.Razor.Parser.SyntaxTree.Span> Flatten ();
member this.Flatten : unit -> seq<System.Web.Razor.Parser.SyntaxTree.Span>
Public Iterator Function Flatten () As IEnumerable(Of Span)

返回

要扁平化的块的指定类型集合。

适用于