BFSchema.BfsUnresolvedVariableExp.BfsUnresolvedVariableExp C# (CSharp) Метод

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

public BfsUnresolvedVariableExp ( ) : System
Результат System
        public BfsUnresolvedVariableExp()
        {
            NameHierarchy = new List<string>();
        }
BfsUnresolvedVariableExp