This version of Unity is unsupported.

IPropertyBag<T0>.TryCreateInstance

Declaration

public bool TryCreateInstance(out TContainer instance);

Parameters

instance When this method returns, contains the created instance, if type construction succeeded; otherwise, the default value for <typeparamref name="TContainer" />.

Returns

bool <see langword="true" /> if a new instance of type TContainer was created; otherwise, <see langword="false" />.

Description

Tries to create a new instance of TContainer.