FileEntityList.SplitIntoChunks(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Splits this collection of FileEntity into small chunks.
[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))
Parameters
- chunkSize
- Int32
Returns
- Attributes