This version of Unity is unsupported.

Property<T0,T1>.GetValue

Declaration

public TValue GetValue(ref TContainer container);

Parameters

container The container whose property value will be returned.

Returns

TValue The property value of the given container.

Description

Returns the property value of a specified container.