StringSegmentItem(Int32) Property
Gets the character at the specified position in this
StringSegment.
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public char this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As Char
Get
public:
virtual property wchar_t default[int index] {
wchar_t get (int index) sealed;
}
abstract Item : char with get
override Item : char with get
- index Int32
- The index of the character to obtain.
CharThe character at the specified position in this
StringSegment.
IReadOnlyListTItemInt32