Can we use GenericValue DataType as output for linq

Hello All, I am new to UIPath,
in C# we frequently use var datatype to store linq output.
Can we use GenericValue Datatype to store return result of linq

Hey man please check if these could help answer your question:

Thanks for the help. But why question is different.
I am using linq on Dictionary type(Dictionary(of String, Dictionary(of string,double)).
Tried defining output variable of linq as GenericValue. But it gave error.
So wanted to know if there is any similar type like “var” of C#, in UIPath that i can use.