FilteredListChain Constructor

Initializes a new instance of the FilteredListChain class.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)

Syntax

'Declaration
Protected Sub New ( _
    sourceChain As ListChain _
)
protected FilteredListChain(
    ListChain sourceChain
)
protected:
FilteredListChain(
    ListChain^ sourceChain
)
new : 
        sourceChain:ListChain -> FilteredListChain
protected function FilteredListChain(
    sourceChain : ListChain
)

Parameters

.NET Framework Security

See Also

Reference

FilteredListChain Class

Microsoft.VisualStudio.IntelliTrace Namespace