BuildMaster SDK Reference
Version:

FunctionExpression Class

Represents a variable function.

Inheritance Hierarchy

Syntax

public class FunctionExpression : ExpressionBase, IEquatable<FunctionExpression>

Properties

Name Description
Arguments

Gets the function arguments.

FunctionName

Gets the name of the function.

Methods

Name Description
Equals(FunctionExpression other)

Indicates whether the current object is equal to another object of the same type.

Equals(object obj)

Determines whether the specified System.Object is equal to this instance.

GetHashCode

Returns a hash code for this instance.

ToString

Returns a System.String that represents this instance.