| Miner.Responder.RxIF.Shared Assembly > Miner.Responder.RxIF.Shared Namespace > DynamicExpression Class > ParseLambda Method : ParseLambda<T,S>(String,Object[]) Method |
'Declaration
Public Overloads Shared Function ParseLambda
(Of T,S)( _
ByVal expression As String, _
ByVal ParamArray values() As Object _
) As Expression(Of Func(Of T,S))
'Usage Dim expression As String Dim values() As Object Dim value As Expression(Of Func(Of T,S)) value = DynamicExpression.ParseLambda(Of T, S)(expression, values)
public static Expression<Func<T,S>> ParseLambda<T,S>( string expression, params object[] values )
Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.