共用方式為


CompilerServices.GeneratedSequenceBase<'T> 類別 (F#)

F# 編譯器會針對已編譯的循序項運算式發出此型別的㧳實作。

**命名空間/模組路徑:**Microsoft.FSharp.Core.CompilerServices

組件:FSharp.Core (在 FSharp.Core.dll 中)

[<AbstractClass>]
type GeneratedSequenceBase<'T> =
 class
  interface IEnumerator
  interface IEnumerator
  interface IEnumerable
  interface IEnumerable
  new GeneratedSequenceBase : unit -> GeneratedSequenceBase<'T>
  abstract this.Close : unit -> unit
  abstract this.GenerateNext : byref<IEnumerable<'T>> -> int
  abstract this.GetFreshEnumerator : unit -> IEnumerator<'T>
  abstract this.CheckClose :  bool
  abstract this.LastGenerated :  'T
 end

建構函式

成員

描述

new

F# 編譯器會針對已編譯的循序項運算式發出此型別的㧳實作。

執行個體成員

成員

描述

CheckClose

F# 編譯器會針對已編譯的循序項運算式發出此型別的㧳實作。

關閉

F# 編譯器會針對已編譯的循序項運算式發出此型別的㧳實作。

GenerateNext

F# 編譯器會針對已編譯的循序項運算式發出此型別的㧳實作。

GetFreshEnumerator

F# 編譯器會針對已編譯的循序項運算式發出此型別的㧳實作。

LastGenerated

F# 編譯器會針對已編譯的循序項運算式發出此型別的㧳實作。

平台

Windows 8 中, Windows 7, Windows Server 2012 上, Windows Server 2008 R2

版本資訊

F# 核心程式庫版本

支援版本:2.0, 4.0,可攜式執行檔 (PE)。

請參閱

參考

Microsoft.FSharp.Core.CompilerServices 命名空間 (F#)