Nevron Open Vision Documentation
Nevron.Nov.Serialization Namespace / NTypeAdapterFactory Class / CreateCollectionAdapter Method


In This Topic
    CreateCollectionAdapter Method
    In This Topic
    Creates a collection adapter
    Syntax
    'Declaration
     
    
    Public Overridable Function CreateCollectionAdapter( _
       ByVal type As System.Type, _
       ByVal elementType As System.Type _
    ) As NCollectionAdapter
    'Usage
     
    
    Dim instance As NTypeAdapterFactory
    Dim type As System.Type
    Dim elementType As System.Type
    Dim value As NCollectionAdapter
     
    value = instance.CreateCollectionAdapter(type, elementType)
    public virtual NCollectionAdapter CreateCollectionAdapter( 
       System.Type type,
       System.Type elementType
    )

    Parameters

    type
    elementType
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also