UnsafeStringBuilder.Item Property |
Namespace: PostSharp.Patterns.Formatters
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.0)
public char this[ int index ] { get; set; }
Parameters
- index
- Type: System.Int32
Index of the char in the buffer.
Return Value
Type: CharThe char at position index.