BlockExpression.Variables Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the variables defined in this block.
Assembly: System.Core (in System.Core.dll)
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<ParameterExpression>The read-only collection containing all the variables defined in this block.
Show: