| http://www.w3.org/ns/prov#value | - Claims that String is a value type. (It???s a reference type.) Inconsistency between whether arrays are value types or reference types ??? but consistently claiming that arrays are immutable, with the exception of the size which can be changed (slowly) using Array.Resize. (Array types are always reference types, and they???re always mutable except the size, which is fixed after creation.
|