Browse by Tags

All Tags » API Design » Design Guidelines (RSS)
Sorry, but there are no more tags available to filter with.

Array, Collection, IEnumerable<T> Usage Guidelines

Please read this first: About Dave’s ‘unofficial’ Framework Design Guidelines . þ DO treat a null reference ( Nothing in Visual Basic and nullptr in C++/CLI) and an empty collection or IEnumerable<T> as equivalent. For example, the following constructor...