FilteredListChain Constructor
Initializes a new instance of the FilteredListChain class.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Déclaration
Protected Sub New ( _
sourceChain As ListChain _
)
protected FilteredListChain(
ListChain sourceChain
)
protected:
FilteredListChain(
ListChain^ sourceChain
)
new :
sourceChain:ListChain -> FilteredListChain
protected function FilteredListChain(
sourceChain : ListChain
)
Parameters
- sourceChain
Type: Microsoft.VisualStudio.IntelliTrace.ListChain
The underlying ListChain from which to filter.
.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.