예제 #1
0
 public IEnumerable <string> GetOptionKeys()
 {
     if (CanCallHost)
     {
         return(_hostApi.GetOptionKeys());
     }
     return(new string[0]);
 }
예제 #2
0
 public IEnumerable <string> GetOptionKeys()
 {
     return(_hostApi.GetOptionKeys());
 }