Help-QueueItem cannot use the specificContent inC#

Help-QueueItem cannot use the specificContent inC#.

Change parenthesis to brackets, like this:

TransactionItem.SpecificContent["s"].ToString()

666,thanks,Is this the language of C#?

The SpecificContent is a Dictionary. In C# you access dictionary values with brackets. This applies to other indexing as well (arrays, lists, datatables, …).

It seems that i need to learn C#,thanks

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.