interface IEnumerable<T>

in global :: System . Collections . Generic

Exposes the enumerator, which supports a simple iteration over a collection of a specified type.

  • T The type of objects to enumerate.

public IEnumerator<T> GetEnumerator( )

😔 No documentation found.