======Класс BuiltInFuncBase====== * **Пространство имен:** [[developers:references:topomatic.foundationclasses.lisp|Topomatic.FoundationClasses.Lisp]] * **Сборка:** Topomatic.FoundationClasses (в Topomatic.FoundationClasses.dll) =====Иерархия наследования===== * System.Object * [[developers:references:topomatic.foundationclasses.lisp.lispfunc|Topomatic.FoundationClasses.Lisp.LispFunc]] * Topomatic.FoundationClasses.Lisp.BuiltInFuncBase * [[developers:references:topomatic.foundationclasses.lisp.builtinfuncengine|Topomatic.FoundationClasses.Lisp.BuiltInFuncEngine]] * [[developers:references:topomatic.foundationclasses.lisp.builtinfuncs|Topomatic.FoundationClasses.Lisp.BuiltInFuncS]] =====Синтаксис===== public abstract class BuiltInFuncBase : LispFunc =====Конструкторы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.foundationclasses.lisp.builtinfuncbase..ctor_system.string_system.int32|BuiltInFuncBase(String, Int32)]]| | =====Свойства===== ^Тип^Имя^Описание^ |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.foundationclasses.lisp.lispfunc.carity|Carity]]| (Наследуется от [[developers:references:topomatic.foundationclasses.lisp.lispfunc|LispFunc]].)| |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.foundationclasses.lisp.builtinfuncbase.name|Name]]| | =====Методы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Метод}}|Equals(Object)| Определяет, равен ли заданный объект текущему объекту. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.foundationclasses.lisp.lispfunc.evalframe_arr_system.object_topomatic.foundationclasses.lisp.engine_topomatic.foundationclasses.lisp.cell|EvalFrame(Object[], Engine, Cell)]]| Evaluate each expression in a frame. (Наследуется от [[developers:references:topomatic.foundationclasses.lisp.lispfunc|LispFunc]].)| |{{developers:references:method.png|Метод}}|[[developers:references:be636452674e1957a2de8422e318c29c|EvalWith(Engine, Cell, Cell)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.foundationclasses.lisp.builtinfuncbase.evalwithengine_topomatic.foundationclasses.lisp.engine_arr_system.object|EvalWithEngine(Engine, Object[])]]| | |{{developers:references:method.png|Метод}}|GetHashCode()| Служит хэш-функцией по умолчанию. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|GetType()| Возвращает объект Type для текущего экземпляра. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.foundationclasses.lisp.lispfunc.makeframe_topomatic.foundationclasses.lisp.cell|MakeFrame(Cell)]]| (Наследуется от [[developers:references:topomatic.foundationclasses.lisp.lispfunc|LispFunc]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.foundationclasses.lisp.builtinfuncbase.tostring|ToString()]]| (Переопределяет ToString().)|