[]
Returns an instance of NothingExpressionInfo.
public static NothingExpressionInfo Create()
| Type | Description |
|---|---|
| NothingExpressionInfo | an instance of NothingExpressionInfo |
This class is using a Create method to permit using a singleton instance. If it becomes necessary to not use a singleton, it will only be necessary to change this function's implementation.