This version of Unity is unsupported.

INamedProperties<T0>.TryGetProperty

Declaration

public bool TryGetProperty(ref TContainer container, string name, out IProperty<TContainer> property);

Parameters

container The container hosting the data.
name The name of the property to get.
property When this method returns, contains the property associated with the specified name, if the name is found; otherwise, null.

Returns

bool <see langword="true" /> if the INamedProperties_1 contains a property with the specified name; otherwise, <see langword="false" />.

Description

Gets the property associated with the specified name.