Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am clstopher on github.
  • I am clstopher (https://keybase.io/clstopher) on keybase.
  • I have a public key ASArHLRp19sP8Gr7ny3GFhQ36nvbCNp3HJxSYgTCu1kikQo

To claim this, I am signing this object:

@clstopher
clstopher / gist:2701019
Created May 15, 2012 11:31
Truthy Class in C#
using System;
using System.Collections.Generic;
public class MyClass
{
// This class is just a quick spike to see what making C# "truthy" could look like.
// Don't use this in the real world without spending a bit of time making sure it doesn't break something!
public class MyNewBool
{
public bool Value { get; set; }