score:17

Accepted answer

there is no length property on list<t>. use count instead and for other classes that implement icollection.

length is typically only for arrays.


Related Query

More Query from same tag