Nevron Open Vision Documentation
Nevron.Nov.Serialization Namespace / NCollectionAdapter Class / GetCount Method


In This Topic
    GetCount Method (NCollectionAdapter)
    In This Topic
    Retrieves the item count in the collection
    Syntax
    'Declaration
     
    
    Public MustOverride Function GetCount( _
       ByVal instance As System.Object _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NCollectionAdapter
    Dim instance As System.Object
    Dim value As System.Integer
     
    value = instance.GetCount(instance)
    public abstract System.int GetCount( 
       System.object instance
    )

    Parameters

    instance
    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