[]
Represents the union operator.
public class UnionOperatorInfo : BinaryOperatorInfo
Public Class UnionOperatorInfo
Inherits BinaryOperatorInfo
| Name | Description |
|---|---|
| UnionOperatorInfo() | Create a new instance of UnionOperatorInfo operator. |
| Name | Description |
|---|---|
| Name | Gets the name of the operator. |
| Name | Description |
|---|---|
| Evaluate(object, object) | Returns the result of the operator applied to the operands. |