AGS.Editor.ScintillaWrapper.FindGlobalVariableOrType C# (CSharp) Метод

FindGlobalVariableOrType() публичный Метод

public FindGlobalVariableOrType ( string type ) : AGS.Types.AutoComplete.ScriptStruct
type string
Результат AGS.Types.AutoComplete.ScriptStruct
        public ScriptStruct FindGlobalVariableOrType(string type)
        {
            bool dummy = false;
            return FindGlobalVariableOrType(type, ref dummy);
        }

Same methods

ScintillaWrapper::FindGlobalVariableOrType ( string type, bool &staticAccess ) : AGS.Types.AutoComplete.ScriptStruct
ScintillaWrapper