SafeBuffer.WriteSpan<T>(UInt64, ReadOnlySpan<T>) Method
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.
Important
This API is not CLS-compliant.
Writes the value types from a read-only span to a memory location.
public:
generic <typename T>
where T : value class void WriteSpan(System::UInt64 byteOffset, ReadOnlySpan<T> data);
C#
[System.CLSCompliant(false)]
public void WriteSpan<T>(ulong byteOffset, ReadOnlySpan<T> data) where T : struct;
[<System.CLSCompliant(false)>]
member this.WriteSpan : uint64 * ReadOnlySpan<'T (requires 'T : struct)> -> unit (requires 'T : struct)
Public Sub WriteSpan(Of T As Structure) (byteOffset As ULong, data As ReadOnlySpan(Of T))
- T
The value type to write.
- byteOffset
- UInt64
The location in memory to write to.
- data
- ReadOnlySpan<T>
The input span.
- Attributes
Product | Versions |
---|---|
.NET | 6, 7, 8, 9, 10 |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET feedback
.NET is an open source project. Select a link to provide feedback: