Skip to content

Instantly share code, notes, and snippets.

View mikeapple's full-sized avatar

Mike Appleton mikeapple

View GitHub Profile
using System;
using System.Linq;
using Moq;
namespace ConsoleApp7
{
class Program
{
static void Main(string[] args)
{
@mikeapple
mikeapple / ItemStack.cs
Created August 9, 2018 15:59 — forked from NVentimiglia/ItemStack.cs
Need a Items control or a repeater for Xamarin ? Here you go. Bind to observable collections, define your data template and enjoy.
// MIT License
// Nicholas Ventimiglia
// 2016-9-19
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Collections.Specialized;
using System.Linq;