In a new C# 6.0 we can define methods and properties using lambda expressions.
For instance this property
public string Name { get { return First + \
They will compile down to the same IL, you can always test this yourself by doing it and using ildasm to extract the IL.