Microsoft.Automata.Z3.RankedAlphabet.GetConstructor C# (CSharp) Метод

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

Gets the constructor for the given node symbol.
public GetConstructor ( string symbol ) : FuncDecl
symbol string function symbol name
Результат Microsoft.Z3.FuncDecl
        public FuncDecl GetConstructor(string symbol)
        {
            return constructors[GetId(symbol)];
        }