CharSpan Constructor (String, 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( string str, int start, int length )
Parameters
- str
- Type: System.String
A string. - start
- Type: System.Int32
The index of the first character of the span in str. - length
- Type: System.Int32
The number of characters in the span.