Hi, Friends, why i am getting the following errror ? .when we declare dictionary Collection? .
let me know .any help would be highlly appreciated .
Code:
using System;
using System.Collections.Generic;
using System.Text;

namespace Brands{
    class BrandCol {
        public BrandCol() {     
            BrandCol brandcoll=new Dictionary <BrandCls _brandclass>();
        /* public void Addbrand(BrandCls _brandclass){
         
          int key =_brandclass.Brandid ;
             if (BrandCol.}
         
         
         */
         
         
    }
    }
}