private static void DestroyAllDemo(TwitterContext twitterCtx) { List list = twitterCtx.DestroyAllFromList(null, "test", null, "JoeMayo,mp2kmag", null, "Linq2Tweeter"); Console.WriteLine("List Name: {0}, Description: {1}", list.Name, list.Description); }