PIDLAddition Operator

Combines the specified PIDL instances to create a new one.

Definition

Namespace: DevCase.Win32.Common
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static PIDL operator +(
	PIDL first,
	PIDL second
)

Parameters

first  PIDL
The first PIDL.
second  PIDL
The second PIDL.

Return Value

PIDL
A managed PIDL instance that contains both supplied lists in their respective order.

See Also