Beispiel #1
0
        public Base DeleteByName(string name)
        {
            Base b = null;

            return(b);
        }
Beispiel #2
0
 public DataStructure()
 {
     first      = null;
     numberBase = 0;
 }