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