Exemple #1
0
 public List <Doc> GetDocs(Vocab vocab)
 {
     return(Interop.GetListFromGenerator(_pyDocBin?.get_docs(vocab.PyVocab), ref _docs));
 }