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 |
|---|---|
| bool |
Determines whether the current CharSpan is backed by a char[]. In this case,
the ToCharArraySegment() method does not allocate memory.
public bool IsBackedByCharArray { get; }| Type | Description |
|---|---|
| bool |