I have a List<> as part of a users profile stroed in the web.config like so
<properties>
<clear/>
<add name="EditorUploads"
type="System.Collections.Generic.List`1[[System.String]]"/>
</properties>
Although this code works, I don t know why. I can t find any documentation on what the `1 means anywhere. Can anyone shed some light on this please? Thanks.