Xamarin.Forms by Xamarin Inc.

<PackageReference Include="Xamarin.Forms" Version="2.0.1.6492-pre1" />

 ArrayExtension

Markup extension for parsing arrays.
public IList Items { get; }

Returns a list of the items in this ArrayExtension.

public Type Type { get; set; }

Gets or sets the type of the items that can be stored in the array.

public ArrayExtension()

public IEnumerable ProvideValue(IServiceProvider serviceProvider)

Returns an array that contains items of the type that is specified by the Type property.