ExampleStruct UnaryPlus operator (1 of 2)

Unary plus.

public static ExampleStruct operator +(ExampleStruct value)

See Also


ExampleStruct Addition operator (2 of 2)

Add.

public static ExampleStruct operator +(ExampleStruct value1, ExampleStruct value2)

See Also