RuntimeVariablesExpression.Variables Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The variables or parameters to which to provide runtime access.
Assembly: System.Core (in System.Core.dll)
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<ParameterExpression>The read-only collection containing parameters that will be provided the runtime access.
Show: