Community

FlexiCapture11 script editor shows error when using "Select" in LINQBridge.dll

 

I am using FlexiCapture11 and using custom LinqBridge.dll developed using .Net 2.0. Basically, it is bridge to use Linq features in .Net 2.0 version.

 

 

I tried to use the following code in the script editor - C#.

IEnumerable<char> str = "Test".Select(delegate(char c){return c;});

 

The script says string doesnt have the "Select" Method.

Does the Flexicapture 11 recognize the Lionbridge - Select extension method / method?

 

As part of LINQbridge - Lambda expression is also supported.  When tried to use the lambda expression.  The script shows error.

IEnumerable<char> str = "Test".Select(c=>c);

 

Thanks

 

Was this article helpful?

0 out of 0 found this helpful

Comments

2 comments

Please sign in to leave a comment.