Share via


IHostContextContainer<TContext>.HostContext Property

Definition

Represents the TContext of the host.

public:
 property TContext HostContext { TContext get(); void set(TContext value); };
public TContext HostContext { get; set; }
public TContext? HostContext { get; set; }
member this.HostContext : 'Context with get, set
Public Property HostContext As TContext

Property Value

TContext

Applies to