Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想访问“价值”,我该怎么做?
简单地
var value = args.Value;
一种等效的方法(但如果你有"Value"一个变量也可以)是
"Value"
var value = args["Value"];