'DeclarationPublic Shared Function IsIndexer( _ ByVal propertyInfo As System.Reflection.PropertyInfo _ ) As System.Boolean
'UsageDim 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