Share via


ListChain Constructor

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

.NET Framework Security

See Also

Reference

ListChain Class

Microsoft.VisualStudio.IntelliTrace Namespace