AK.Symbol.Symbol C# (CSharp) Method

Symbol() public method

public Symbol ( SymbolList subExpression ) : System.Collections
subExpression SymbolList
return System.Collections
        public Symbol(SymbolList subExpression)
        {
            this.type = SymbolType.SubExpression;
            this.subExpression = subExpression;
        }

Same methods

Symbol::Symbol ( CustomFunction func ) : System.Collections
Symbol::Symbol ( SymbolType type ) : System.Collections
Symbol::Symbol ( SymbolType type, double va ) : System.Collections
Symbol::Symbol ( Variable ptrToConstValue ) : System.Collections
Symbol::Symbol ( double value ) : System.Collections
Symbol::Symbol ( string stringValue ) : System.Collections