Exemplo n.º 1
0
 public System.Collections.Generic.List <object> getPropertyVector(string key)
 {
     if (!(properties != null))
     {
         return(null);
     }
     return(properties.getVector(key));
 }