PostSharpAPI ReferencePost­Sharp.​Patterns.​FormattersUnsafe­String­BuilderItem
Open sandboxFocus

UnsafeStringBuilder.Item Property

Item[Int32]

Gets the char at a given position in the current UnsafeStringBuilder.

Declaration
public char this[int index] { get; set; }
Parameters
Type Name Description
Int32 index

Index of the char in the buffer.

Property Value
Type Description
System.Char

The char at position index.