BFSchema.BfsUnresolvedVariableExp.BfsUnresolvedVariableExp C# (CSharp) Method

BfsUnresolvedVariableExp() public method

public BfsUnresolvedVariableExp ( ) : System
return System
        public BfsUnresolvedVariableExp()
        {
            NameHierarchy = new List<string>();
        }
BfsUnresolvedVariableExp