Multiple choice technology operating systems

The XAML language includes some optimizations that produce more human-readable markup. One such optimization is that if a particular property takes a collection type, then items that you declare in markup as child elements within that property's value become part of the collection. In this case a collection of child object elements is the value being set to the collection property.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

XAML has an optimization where child elements of a collection-type property are automatically added to that collection. You don't need explicit collection syntax - the parser understands that child elements belong to the parent collection property.