I would like to add MapWinGis to my C# application ,but I don't know the following:
Whats the difference between (examples 1 and 2) and the meaning of the [question mark] in the first sample?
Shapefile.Categories.Item[n]?.MinValue
VS
Shapefile.Categories.Item[n].MinValue