Skip to content

Instantly share code, notes, and snippets.

View jbjumbojb's full-sized avatar
🏠
Working from home

jbjumbojb

🏠
Working from home
View GitHub Profile
@jbjumbojb
jbjumbojb / DynamicHelper.cs
Created August 9, 2012 07:33 — forked from martinnormark/DynamicHelper.cs
C# Dynamic extension methods for serializing to XML
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Xml;
using System.Xml.Linq;
/// <summary>
/// Extension methods for the dynamic object.
/// </summary>