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 true if a new instance of type TContainer was created; otherwise, false.

Description

Tries to create a new instance of TContainer.


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