Click or drag to resize

ClassFactoryCreateInstanceEventArgTInstance Property

Gets or sets the instance.

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

Property Value

Type: T
The instance.
See Also