Click or drag to resize

IntersectionOfRowSelectionsGetEnumerator Method

Enumerates all row selections in this collection.

Namespace: Altaxo.Data.Selections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IEnumerator<IRowSelection> GetEnumerator()

Return Value

IEnumeratorIRowSelection
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also