Skip to content

Instantly share code, notes, and snippets.

@Mooophy
Last active November 3, 2016 06:28
Show Gist options
  • Save Mooophy/277e41f24301370f13300aee4714bb4b to your computer and use it in GitHub Desktop.
Save Mooophy/277e41f24301370f13300aee4714bb4b to your computer and use it in GitHub Desktop.
var character = new Book(name: "马克思主义哲学原理", publisher: "高等教育", isbn: "978-3-16-148410-0")
.Pages[47 - 1]
.Where(sentence => !sentence.Contains("我"))
.ToList()
[4 - 1];
Console.WriteLine($"{character} is the character Kyle wanted.");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment