This version of Unity is unsupported.

PropertyPath.AppendPart

Declaration

public static Unity.Properties.PropertyPath AppendPart(ref Unity.Properties.PropertyPath path, ref Unity.Properties.PropertyPathPart part);

Parameters

path The <see cref="PropertyPath" />
part The part to add.

Returns

PropertyPath A new PropertyPath

Description

Returns a new PropertyPath combining the given PropertyPath and PropertyPathPart.