linux-packaging-mono/mcs/class/System.Xaml/Test/XmlFiles/CollectionContentPropertyX.xml

11 lines
557 B
XML
Raw Normal View History

<CollectionContentPropertyX xmlns="clr-namespace:MonoTests.System.Xaml;assembly=System.Xaml_test_net_4_0" xmlns:sc="clr-namespace:System.Collections;assembly=mscorlib" xmlns:scg="clr-namespace:System.Collections.Generic;assembly=mscorlib" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<scg:List x:TypeArguments="sc:IEnumerable" Capacity="4">
<scg:List x:TypeArguments="x:Object" Capacity="4">
<SimpleClass />
<SimpleClass />
<SimpleClass />
<SimpleClass />
</scg:List>
</scg:List>
</CollectionContentPropertyX>