Click or drag to resize

ClassFactoryCreateInstanceEventArgTInstance Property

Gets or sets the instance.

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public T Instance { get; set; }

Property Value

Type: T
The instance.
See Also