Nevron .NET Vision
Nevron.Serialization Namespace / NPropertyInfo Class / IsIndexer Method


In This Topic
    IsIndexer Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function IsIndexer( _
       ByVal propertyInfo As System.Reflection.PropertyInfo _
    ) As System.Boolean
    'Usage
     
    
    Dim propertyInfo As System.Reflection.PropertyInfo
    Dim value As System.Boolean
     
    value = NPropertyInfo.IsIndexer(propertyInfo)
    public static System.bool IsIndexer( 
       System.Reflection.PropertyInfo propertyInfo
    )

    Parameters

    propertyInfo
    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