ListChain Constructor
Initializes a new instance of the ListChain class.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)
Syntax
'Declaration
Protected Sub New ( _
sourceChain As Chain _
)
protected ListChain(
Chain sourceChain
)
protected:
ListChain(
Chain^ sourceChain
)
new :
sourceChain:Chain -> ListChain
protected function ListChain(
sourceChain : Chain
)
Parameters
sourceChain
Type: Microsoft.VisualStudio.IntelliTrace.ChainThe underlying Chain from which to read events.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.