Dalla documentazione:
Retrieving the value of this property is an O(1) operation.
http://msdn.microsoft.com/it-it/libr...vs.110%29.aspx
Quindi non scorre nulla...
edit: aspetta ma tu parli di Count()
Leggo che If the type of source implements ICollection<T>, that implementation is used to obtain the count of elements. Otherwise, this method determines the count.
Mi aspetto quindi che nel caso di List venga richiamata la property Count![]()

Rispondi quotando
