Click or drag to resize

ElementAssignmentConflictInfo Constructor (ElementAssignmentConflictInfo)

Creates a clone of an ElementAssignmentConflictInfo.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ElementAssignmentConflictInfo(
	ElementAssignmentConflictInfo source
)

Parameters

source
Type: RewiredElementAssignmentConflictInfo
ElementAssignmentConflictInfo to clone.
See Also