Skip to content

Instantly share code, notes, and snippets.

@n3rd
n3rd / Dynamic.cs
Last active December 16, 2015 14:49
Exploring the C# Dynamic Type
using System;
using System.Collections.Generic;
using System.Dynamic;
namespace DynamicTest
{
class Program
{
static void Main(string[] args)
{