Null value
You can see if a Collection allow null in it’s name:
if it contains Nullable, null is allowed, instead null is not allowed.
Example: StringCollection and StringNullableCollection.
You can see if a Collection allow null in it’s name:
if it contains Nullable, null is allowed, instead null is not allowed.
Example: StringCollection and StringNullableCollection.