Foxhole Atheist
Wednesday, February 8, 2012
recursively run procedure through chain of ancestors
protected override void Foo()
{
try
{
}
finally
{
base.Foo();
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment