TechTalk Genome v4.2

Set.GetEnumerator Method 

Returns an enumerator that can iterator through the elements of the Set.

public IEnumerator GetEnumerator();

Return Value

An IEnumerator for the entire Set.

Implements

IEnumerable.GetEnumerator

Remarks

The returned IEnumerator implements IDisposable as well. If the enumerator is to be worked on directly, it has to be disposed afterwards manually. Database connections may remain open of the enumerator is not disposed.

Requirements

Namespace: TechTalk.Genome

Assembly: TechTalk.Genome (in TechTalk.Genome.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

Set Class | TechTalk.Genome Namespace