NAnt SDK Documentation - v0.92
FilterChain.FilterChainConfigurator Constructor
[Visual Basic]
Public Sub New( _
ByVal
element
As
Element
, _
ByVal
elementNode
As
XmlNode
, _
ByVal
properties
As
PropertyDictionary
, _
ByVal
targetFramework
As
FrameworkInfo
_
)
[C#]
public FilterChain.FilterChainConfigurator(
Element
element
,
XmlNode
elementNode
,
PropertyDictionary
properties
,
FrameworkInfo
targetFramework
);
See Also
FilterChain.FilterChainConfigurator Class
|
NAnt.Core.Filters Namespace