0
kicks
Extension Method Hack To Get Around NullReferenceException’s
Today I came across an interesting extension method pattern that I didn’t know how the runtime would react. Because I was calling a method from an object that was obviously null. Check it out it is pretty cool.