public ParameterDataProvider(Mono.TextEditor.TextEditor editor, string functionName) { //this.editor = editor; List <CompletionData> cd = editor.GetCompletionMemberData(functionName); if (cd != null) { list.AddRange(cd); } }