Enhanced C#
Language of your choice: library documentation
|
Holds the Count property found in nearly all collection interfaces. More...
Holds the Count property found in nearly all collection interfaces.
Microsoft has made this interface unusable by not defining it themselves in .NET 4.5. Now that I've replaced my original interface
with Microsoft's IReadOnlyCollection(T), the compiler complains constantly about "Ambiguity between IReadOnlyCollection(T).Count and ICount.Count". Eliminating ICount from most places seems to be the only solution.
Properties | |
int | Count [get] |
Gets the number of items in the collection. More... | |
Properties inherited from Loyc.Collections.IIsEmpty | |
bool | IsEmpty [get] |
|
get |
Gets the number of items in the collection.