NAnt SDK Documentation - v0.92

TypeFactory.CreateFilter Method 

[Visual Basic]
Public Shared Function CreateFilter( _
   ByVal elementNode As XmlNode, _
   ByVal parent As Element _
) As Filter
[C#]
public static Filter CreateFilter(
   XmlNode elementNode,
   Element parent
);

See Also

TypeFactory Class | NAnt.Core Namespace