AsEnumerable()

Method

Namespace: Ignis

Declared in: Ignis.IEntityView


Returns an IEnumerable for this view. Not recommended for use in hot paths because of enumerator boxing.

Syntax

public IEnumerable<int> AsEnumerable()

Back to index