Click or drag to resize

ReadOnlySpanTEnumerator Structure

Enumerator for ReadOnlySpanT, returned by GetEnumerator.
Inheritance Hierarchy
SystemObject
  SystemValueType
    SystemReadOnlySpanTEnumerator

Namespace: System
Assembly: C2JBridge (in C2JBridge.dll) Version: 2.6.9.260611-9a148513a79c26cdd7f1dde468f4f9e06ef3bc7e
Syntax
public ref struct Enumerator

The ReadOnlySpanTEnumerator type exposes the following members.

Properties
 NameDescription
Public propertyCurrentGets the element at the current position of the enumerator.
Top
Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodMoveNextAdvances the enumerator to the next element.
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Extension Methods
 NameDescription
Public Extension MethodConvertTReturn Converts a generic object
(Defined by JCOBridgeExtensions)
Public Extension MethodToNative Converts a generic input to an object manageable from the JVM
(Defined by JCOBridgeExtensions)
Top
See Also