Exemplo n.º 1
0
        /// <exception cref="OverflowException">
        /// The dictionary already contains the maximum number of elements ( <see cref="F:System.Int32.MaxValue" />).
        /// </exception>
        /// <exception cref="ArgumentNullException">
        /// <paramref name="key" /> is null.
        /// </exception>
        public void Add(string region, LolUrlType type, RLolApiName rla)
        {
            var rut = new RUrlType();

            rut.Add(type, rla);
            Add(region, rut);
        }
Exemplo n.º 2
0
 public void Add(LolUrlType val, RLolApiName rlan)
 {
     UrlTypes.TryAdd(val, rlan);
 }