YAMP.WhileKeyword.WhileKeyword C# (CSharp) Method

WhileKeyword() public method

public WhileKeyword ( ) : System
return System
        public WhileKeyword()
            : base("while")
        {
        }

Same methods

WhileKeyword::WhileKeyword ( Int32 line, Int32 column, QueryContext query ) : System