Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the ListChain class.
Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.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.Chain
 The 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.