IKeyedProperties<T0,T1>.TryGetProperty

Declaration

public bool TryGetProperty(ref TContainer container, TKey key, out IProperty<TContainer> property);

Parameters

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

Returns

bool true if the INamedProperties_1 contains a property with the specified name; otherwise, false.

Description

Gets the property associated with the specified name.


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