March 2004
Intermediate to advanced
560 pages
26h 47m
English
public interface ICollection : IEnumerable { // Properties int Count { get; } bool IsSynchronized { get; } object SyncRoot { get; } // Methods void CopyTo (Array array, int index); }
Read now
Unlock full access