ReadOnlyRefEnumerable<T> Struct
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.
A ref
struct
that iterates readonly items from arbitrary memory locations.
public readonly ref struct ReadOnlyRefEnumerable<T>
type ReadOnlyRefEnumerable<'T> = struct
Public Structure ReadOnlyRefEnumerable(Of T)
- T
The type of items to enumerate.
- Inheritance
-
ReadOnlyRefEnumerable<T>
Copy |
Copies the contents of this ReadOnlyRefEnumerable<T> into a destination RefEnumerable<T> instance. |
Copy |
Copies the contents of this RefEnumerable<T> into a destination Span<T> instance. |
Get |
Returns an enumerator that iterates through a collection. |
To |
Returns a |
Try |
Attempts to copy the current ReadOnlyRefEnumerable<T> instance to a destination RefEnumerable<T>. |
Try |
Attempts to copy the current RefEnumerable<T> instance to a destination Span<T>. |
Προϊόν | Εκδόσεις |
---|---|
Windows Community Toolkit | 7.0.0 |