[SerializableAttribute]
public struct Enumerator : IEnumerator<char>,
IEnumerator, IDisposable
<SerializableAttribute>
Public Structure Enumerator
Implements IEnumerator(Of Char), IEnumerator,
IDisposable
[SerializableAttribute]
public value class Enumerator : IEnumerator<wchar_t>,
IEnumerator, IDisposable
[<SealedAttribute>]
[<SerializableAttribute>]
type Enumerator =
struct
inherit ValueType
interface IEnumerator<char>
interface IEnumerator
interface IDisposable
end
Current | Gets the character at the current position of the StringSegmentEnumerator. |
MoveNext | Advances the StringSegmentEnumerator to the next character of the StringSegment. |
Reset | Sets the StringSegmentEnumerator to its initial position, which is before the first character in the StringSegment. |
Convert |
Converts an Object specified in the obj parameter to the desired targetType.
See the Examples section of the generic ConvertTTarget(Object, CultureInfo) overload for an example. (Defined by ObjectExtensions) |
ConvertTTarget |
Converts an Object specified in the obj parameter to the desired TTarget.
(Defined by ObjectExtensions) |
In |
Gets whether item is among the elements of set.
See the Examples section of the generic InT(T, T) overload for an example. (Defined by ObjectExtensions) |
TryConvert |
Tries to convert an Object specified in the obj parameter to the desired targetType.
See the Examples section of the ConvertTTarget(Object, CultureInfo) method for a related example. (Defined by ObjectExtensions) |
TryConvert |
Tries to convert an Object specified in the obj parameter to the desired targetType.
See the Examples section of the ConvertTTarget(Object, CultureInfo) method for a related example. (Defined by ObjectExtensions) |
TryConvertTTarget |
Tries to convert an Object specified in the obj parameter to the desired TTarget.
See the Examples section of the ConvertTTarget(Object, CultureInfo) method for a related example. (Defined by ObjectExtensions) |
TryConvertTTarget |
Tries to convert an Object specified in the obj parameter to the desired TTarget.
See the Examples section of the ConvertTTarget(Object, CultureInfo) method for a related example. (Defined by ObjectExtensions) |