Nevron .NET Vision
Nevron.Filters Namespace / NAssignableFromTypeFilter Class / NAssignableFromTypeFilter Constructor
type to filter


In This Topic
    NAssignableFromTypeFilter Constructor
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal targetType As System.Type _
    )
    'Usage
     
    
    Dim targetType As System.Type
     
    Dim instance As New NAssignableFromTypeFilter(targetType)
    public NAssignableFromTypeFilter( 
       System.Type targetType
    )

    Parameters

    targetType
    type to filter
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also