Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The items on the operation stack may be many different things such as variables, literals, arguments, methods, or and operations organized into related groups.

I assume you are trying to determine if an optional argument is specified or not so you can select an appropriate pattern to express a COM API call as .NET.

...