|
Enhanced C#
Loyc library documentation
|
Combines IReadOnlyCollection{T} with related interfaces ICount and IIsEmpty. More...
Properties | |
| new int | Count [get] |
| Gets the number of items in the collection. More... | |
Properties inherited from Loyc.Collections.ICount | |
| 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.
This property exists only to resolve the supposed "ambiguity" between IReadOnlyCollection{T}.Count and ICount.Count.
Referenced by Loyc.Syntax.Lexing.Token.SourceText(), Loyc.Syntax.Les.TokenExt.ToString(), and Loyc.Ecs.Parser.TokenExt.ToString().
1.8.7