This version of Unity is unsupported.

IndexedCollectionPropertyBag<T0,T1>.TryGetProperty

Declaration

public bool TryGetProperty(ref TList container, int index, out IProperty<TList> property);

Parameters

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

Returns

bool <see langword="true" /> if the IIndexedProperties_1 contains a property for the specified index; otherwise, <see langword="false" />.

Description

Gets the property associated with the specified index.