public struct CastArrayEnumerator<TFrom, TTo> : IEnumerator<TTo>,
IEnumerator, IDisposable
where TFrom : struct, new()
where TTo : struct, new()
Public Structure CastArrayEnumerator(Of TFrom As {Structure, New}, TTo As {Structure, New})
Implements IEnumerator(Of TTo), IEnumerator, IDisposable
generic<typename TFrom, typename TTo>
where TFrom : value class, gcnew()
where TTo : value class, gcnew()
public value class CastArrayEnumerator : IEnumerator<TTo>,
IEnumerator, IDisposable
[<SealedAttribute>]
type CastArrayEnumerator<'TFrom, 'TTo when 'TFrom : struct, new() when 'TTo : struct, new()> =
struct
inherit ValueType
interface IEnumerator<'TTo>
interface IEnumerator
interface IDisposable
end
Current | Gets the element at the current position of the enumerator. |
MoveNext | Advances the enumerator to the next element of the collection. |
Reset | Sets the enumerator to its initial position, which is before the first element in the collection. |
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) |