How Array of our custom classes work with foreach without implemented IEnumerable ?

Posted by Freshblood on Stack Overflow See other posts from Stack Overflow or by Freshblood
Published on 2010-06-16T12:34:31Z Indexed on 2010/06/16 12:42 UTC
Read the original article Hit count: 172

Filed under:
|
|
|

Hello everybody

This long title already contain all my question so i just want to give example

MyClass[] array

How this array work with Foreach without implement IEnumerable interface's method ?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET