PostSharpAPI ReferencePost­Sharp.​Patterns.​FormattersChar­SpanIs­Backed­By­Char­Array
Open sandboxFocus

CharSpan.IsBackedByCharArray Property

IsBackedByCharArray

Determines whether the current CharSpan is backed by a char[]. In this case, the ToCharArraySegment() method does not allocate memory.

Declaration
public bool IsBackedByCharArray { get; }
Property Value
Type Description
Boolean