You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <summary>/// C# implementation of Visual Basics With statement/// </summary>publicstaticvoidWith<T>(thisT_object,Action<T>_action){_action(_object);}
http://stackoverflow.com/a/5964848/262379
so that code like this is possible
The text was updated successfully, but these errors were encountered: