Example #1
0
 public ListValue <Structure> GetKeys()
 {
     return(ListValue.CreateList(Keys));
 }
Example #2
0
File: Lexicon.cs Project: pgodd/KOS
 public ListValue <object> GetKeys()
 {
     return(ListValue.CreateList(Keys));
 }
Example #3
0
 public ListValue <Structure> GetValues()
 {
     return(ListValue.CreateList(Values));
 }
Example #4
0
File: Lexicon.cs Project: pgodd/KOS
 public ListValue <object> GetValues()
 {
     return(ListValue.CreateList(Values));
 }