Lambdas translation from c# to IronPython

How is this C# lambda translated into an IronPython lambda?

(PropertyListViewModel avm) => avm.SelectedProperty

The necessity of explicitly indicating the type is driving me nuts…