Skip to content

Commit 2c3a4a5

Browse files
committed
readme
1 parent 5be7c79 commit 2c3a4a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ The returned array is rented from `ArrayPool<TSource>.Shared`. `PooledArray<TSou
129129
```csharp
130130
using var array = ValueEnumerable.Range(1, 1000).ToArrayPool();
131131

132+
var size = array.Size; // same as Length/Count in other types
132133
var span = array.Span;
133134
var memory = array.Memory;
134135
var arraySegment = array.ArraySegment;

0 commit comments

Comments
 (0)