Click or drag to resize
BigArrayTGetEnumerator Method
Returns an enumerator that iterates through the BigArray.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public IEnumerator<T> GetEnumerator()

Return Value

Type: IEnumeratorT

[Missing <returns> documentation for "M:Bio.BigArray`1.GetEnumerator"]

Implements

IEnumerableTGetEnumerator
See Also