FileEntityList.SplitIntoChunks(Int32) 方法

定义

将此集合 FileEntity 拆分为小区块。

[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.Shell.Internal.FileEnumerationService.FileEntityList+<SplitIntoChunks>d__11))]
public System.Collections.Generic.IEnumerable<System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Shell.Internal.FileEnumerationService.FileEntity>> SplitIntoChunks(int chunkSize = 10000);
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.Shell.Internal.FileEnumerationService.FileEntityList+<SplitIntoChunks>d__11))>]
member this.SplitIntoChunks : int -> seq<System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Shell.Internal.FileEnumerationService.FileEntity>>
Public Iterator Function SplitIntoChunks (Optional chunkSize As Integer = 10000) As IEnumerable(Of IReadOnlyList(Of FileEntity))

参数

chunkSize
Int32

返回

属性

适用于