List.Length<'T> 属性 (F#)

获取列表中包含项的数目。

命名空间/模块路径: Microsoft.FSharp.Collections

程序集:FSharp.Core(在 FSharp.Core.dll 中)

// Signature:
member this.Length :  int

// Usage:
list.Length

备注

此操作具有o(n)复杂,因为将遍历列表确定其长度。

平台

Windows 8,Windows 7,Windows server 2012中,Windows server 2008 R2

版本信息

F#核心库版本

支持:2.0,4.0,可移植

请参见

参考

Collections.List<'T> 联合 (F#)

Microsoft.FSharp.Collections 命名空间 (F#)