Expression that points to value of the linked list node. It can be left empty or have 'this' to refer to the linked list node itself. This expression is evaluated under the context of the linked list node and not the parent linked list type.
Expression that points to the left child of a tree node. This expression is evaluated under the context of the tree node ...
Expression that points to the next element. This expression is evaluated under the context of the linked list node and not ...
Expression that points to the right child of a tree node. This expression is evaluated under the context of the tree node ...
Expression that points to the value of the tree node. It can be left empty or have 'this' to refer to the tree node itself. ...
Expression that points to value of the linked list node. It can be left empty or have 'this' to refer to the linked list ...
Expression that will be used to retrieve the value of the node when the user wants to track it separately using 'Add watch' ...
Extension members cannot provide operator overloads. Consider defining the operator as part of the type definition instead. ...
Extension scope handler class {0} contains an ExtensionScope attribute that specifies an invalid domain class type ({1}). ...
Extension scope handler class {0} contains an ExtensionScope attribute that specifies an unknown ExtensionClassification ...