Merge pull request #925 from ermshiperete/novell-bug-602934
[mono.git] / mcs / class / System.Xaml / Test / XmlFiles / CollectionContentPropertyX2.xml
1 <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">
2   <scg:List x:TypeArguments="sc:IEnumerable" Capacity="4">
3     <SimpleClass />
4     <SimpleClass />
5     <SimpleClass />
6     <SimpleClass />
7   </scg:List>
8 </CollectionContentPropertyX>