UnsafeStringBuilder.Item Property |
Namespace: PostSharp.Patterns.Formatters
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.10.14.0 (6.10.14.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.