Method GetEnumerator
GetEnumerator()
Gets an enumerator for the items in the MDTuple
public IEnumerator<T?> GetEnumerator()
Returns
- IEnumerator<T>
Enumerator
Remarks
If the underlying tuple is empty this is an empty enumeration
Gets an enumerator for the items in the MDTuple
public IEnumerator<T?> GetEnumerator()
Enumerator
If the underlying tuple is empty this is an empty enumeration