maui-linux/Xamarin.Forms.Core/Items/CollectionView.cs

17 строки
345 B
C#

using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Text;
using Xamarin.Forms.Platform;
namespace Xamarin.Forms
{
[RenderWith(typeof(_CollectionViewRenderer))]
public class CollectionView : GroupableItemsView
{
}
}