Beispiel #1
0
 public override clsCollecString <Type> dicBotTypes()
 {
     if (dicBot == null)
     {
         dicBot = new clsCollecString <Type>();
         this.AddTypeAssembly(dicBot, typeof(EchoBot).Assembly, typeof(IBot));
     }
     return(dicBot);
 }
Beispiel #2
0
 public GSTNPayload()
 {
     IDList = new clsCollecString <List <int> >();
     Data   = (T)Activator.CreateInstance(typeof(T));
 }