var dictionary = new Dictionary<int, uint>();
dictionary[0] = 10;

var array = new uint[10];
array[0] = 12;

てかDictionaryは配列というか連想配列な
別途C#学ぶのが吉