mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2026-04-06 14:53:47 +00:00
Initial commit
This commit is contained in:
parent
dd097904c2
commit
2b1f5c1254
48 changed files with 36395 additions and 0 deletions
9
vscode/Chapter11/LinqWithObjects/Program.Functions.cs
Normal file
9
vscode/Chapter11/LinqWithObjects/Program.Functions.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
partial class Program
|
||||
{
|
||||
static bool NameLongerThanFour(string name)
|
||||
{
|
||||
return name.Length > 4;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue