| http://www.w3.org/ns/prov#value | - Another use of dynamic variables (although dangerous, and I do not recommend to use it), it is to reuse a variable for different types of data (see Listing 2). dynamic foo = 1234567890; System.Console.WriteLine(foo); foo = John Charles"; System.Console.WriteLine(foo); foo = true; System.Console.WriteLine(foo); Listing 2 Named and Optional Parameters Another new feature is named and optional paramet
|