ListChain(Chain) Constructor

Definition

Initializes a new instance of the ListChain class.

protected:
 ListChain(Microsoft::VisualStudio::IntelliTrace::Chain ^ sourceChain);
protected ListChain (Microsoft.VisualStudio.IntelliTrace.Chain sourceChain);
new Microsoft.VisualStudio.IntelliTrace.ListChain : Microsoft.VisualStudio.IntelliTrace.Chain -> Microsoft.VisualStudio.IntelliTrace.ListChain
Protected Sub New (sourceChain As Chain)

Parameters

sourceChain
Chain

The underlying Chain to read events from.

Applies to