MemoryExtensionsSplitEnumeratorCurrent Property
Gets the current span segment in the enumeration.
Namespace: Ookii.CommonAssembly: Ookii.Common (in Ookii.Common.dll) Version: 1.0.0+7c2900b8a16cd8ae46bdd79d8f105034712c5fa3
public ReadOnlySpan<char> Current {
get;
}
Public ReadOnly Property Current As ReadOnlySpan(Of Char)
Get
Dim instance As MemoryExtensionsSplitEnumerator
Dim value As ReadOnlySpan(Of Char)
value = instance.Current
public:
property ReadOnlySpan<wchar_t> Current {
ReadOnlySpan<wchar_t> get ();
}
Property Value
ReadOnlySpanChar
The current segment, or an undefined value if
MoveNext was not yet
called or returned
.