-
Home
-
API
-
Markdig.Helpers
-
StringSlice
-
Properties
-
Item[Int32]
Item[Int32] Property
Definition
Gets the Char at the specified index.
public char this[int index] {[MethodImpl(MethodImplOptions.AggressiveInlining)]
get; }
Parameters
Returns
- Char
- A character in the slice at the specified index (not from Start but from the begining of the slice)