dotnet-api-docs icon indicating copy to clipboard operation
dotnet-api-docs copied to clipboard

ImmutableArray<T>.Slice() method doesn't exist

Open NWoodsman opened this issue 1 year ago • 1 comments

The documentation for .Net6 here suggests that a .Slice() method exists, however I cannot find it in .Net 6.

It appears that the method is implemented as part of System.Collections.Immutable v8.0.0.

NWoodsman avatar Jun 22 '24 21:06 NWoodsman