PropertyContainer.IsPathValid

Declaration

public static bool IsPathValid(TContainer container, string path);

Parameters

container The container tree to search.
path The property path to resolve.

Returns

bool true if a property can be found at path.

Description

Returns true if a property exists at the specified PropertyPath.


Declaration

public static bool IsPathValid(TContainer container, ref Unity.Properties.PropertyPath path);

Parameters

container The container tree to search.
path The property path to resolve.

Returns

bool true if a property can be found at path.

Description

Returns true if a property exists at the specified PropertyPath.


Did you find this page useful? Please give it a rating: