AGS.Editor.ScintillaWrapper.IScriptEditorControl C# (CSharp) 메소드

IScriptEditorControl() 개인적인 메소드

private IScriptEditorControl ( ) : string
리턴 string
        string IScriptEditorControl.GetTypeNameAtCursor()
        {
            return GetFullTypeNameAtCursor();
        }

Same methods

ScintillaWrapper::IScriptEditorControl ( int position ) : int
ScintillaWrapper::IScriptEditorControl ( ) : void
ScintillaWrapper