Nevron .NET Vision
Nevron.Collections Namespace / NArrayList Class / NArrayList Constructor / NArrayList Constructor(Type)
type of contained objects


In This Topic
    NArrayList Constructor(Type)
    In This Topic
    Constructs a new array list with can hold only objects of the specified type
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal type As System.Type _
    )
    'Usage
     
    
    Dim type As System.Type
     
    Dim instance As New NArrayList(type)
    public NArrayList( 
       System.Type type
    )

    Parameters

    type
    type of contained objects
    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