[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
Slice<(Of <(T>)>)(IList<(Of <(T>)>), Nullable<(Of <(Int32>)>), Nullable<(Of <(Int32>)>))
Makes a slice of the specified list in between the start and end indexes.
Slice<(Of <(T>)>)(IList<(Of <(T>)>), Nullable<(Of <(Int32>)>), Nullable<(Of <(Int32>)>), Nullable<(Of <(Int32>)>))
Makes a slice of the specified list in between the start and end indexes, getting every so many items based upon the step.

See Also

CollectionUtils Class
CollectionUtils Members
Facebook.Json.Utilities Namespace