Buffer.AddCodepoints Method
Definition
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.
Overloads
AddCodepoints(ReadOnlySpan<Int32>)
AddCodepoints(ReadOnlySpan<UInt32>)
Appends characters from the span to the buffer.
public void AddCodepoints(ReadOnlySpan<uint> text);
Parameters
- text
- ReadOnlySpan<UInt32>
The span of Unicode code points to append.
Remarks
This function does not check the validity of the characters.
Applies to
AddCodepoints(ReadOnlySpan<Int32>, Int32, Int32)
public void AddCodepoints(ReadOnlySpan<int> text, int itemOffset, int itemLength);
Parameters
- text
- ReadOnlySpan<Int32>
- itemOffset
- Int32
- itemLength
- Int32
Applies to
AddCodepoints(ReadOnlySpan<UInt32>, Int32, Int32)
public void AddCodepoints(ReadOnlySpan<uint> text, int itemOffset, int itemLength);
Parameters
- text
- ReadOnlySpan<UInt32>
- itemOffset
- Int32
- itemLength
- Int32