CharSpan Constructor (Char[], Int32, Int32) |
Namespace: PostSharp.Patterns.Formatters
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public CharSpan( char[] array, int start, int length )
Parameters
- array
- Type: System.Char[]
An array of Char. - start
- Type: System.Int32
The start index of the span in the array. - length
- Type: System.Int32
The number of characters in the span.