Hi all.
I'm debugging a C# program (I usually work in VB.NET) and can make sense of all but one element of the C# syntax. Can anyone tell me how to read the following statement:
<code>
string str = (ary.Length > 0 ? ary[0].Field : null);
</code>
Cheers.
Stephen.
I'm debugging a C# program (I usually work in VB.NET) and can make sense of all but one element of the C# syntax. Can anyone tell me how to read the following statement:
<code>
string str = (ary.Length > 0 ? ary[0].Field : null);
</code>
Cheers.
Stephen.