Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

IEnumerable count

//You can do this if you don't need the enumarable any more (it curropts it)
int count = enumerableInstance.ToObject<List<Balance>>().Count;
 
PREVIOUS NEXT
Tagged: #IEnumerable #count
ADD COMMENT
Topic
Name
8+5 =