Skip to content

Instantly share code, notes, and snippets.

View ctolkien's full-sized avatar
👋

Chad Tolkien ctolkien

👋
View GitHub Profile
from prop in docs.Properties
select new {
PropertyName = prop.Name
}
using System;
using System.Collections.Generic;
using System.Linq;
namespace ConsoleApplication2
{
class Program {
static void Main(string[] args) {
var foo = new List<ISupport>();