public sealed class ExpressionInterpreterBuilder : IExpressionInterpreterBuilderPublic NotInheritable Class ExpressionInterpreterBuilder
Implements IExpressionInterpreterBuilderpublic ref class ExpressionInterpreterBuilder sealed : IExpressionInterpreterBuilder[<SealedAttribute>]
type ExpressionInterpreterBuilder =
class
interface IExpressionInterpreterBuilder
end| ExpressionInterpreterBuilder | Создаёт объект для построение интерпретатора выражений. |
| AddFunc | Добавляет функцию с заданным именем к интерпретатору. |
| AddTypes | Добавляет разрешенные типы к интерпретатору. |
| Build | Выполняет построение интерпретатора. |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| SetAssignmentAllowance | Устанавливает разрешение или запрет на установку значений переменных при интерпретации выражений. |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |