Skip to content

Instantly share code, notes, and snippets.

View toepoke's full-sized avatar

fj toepoke

View GitHub Profile
@toepoke
toepoke / gist:2419597
Created April 19, 2012 08:19
Illustrates using Extensions with Enumeration types
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace EnumsAndExtensions {
public enum MemberState {
Empty = 0,
Joined = 1,