Count, not Length

This commit is contained in:
Simon Welsh 2013-09-11 12:05:43 +12:00
parent 62608a7772
commit c2105db6d0

View File

@ -410,7 +410,7 @@ have to repeat it on each reference of a property.
properties of the collection itself, instead of iterating over it. For example:
:::ss
$Children.Length
$Children.Count
returns the number of items in the $Children collection.