5 references to Array
Microsoft.VisualBasic.Core (5)
Microsoft\VisualBasic\Constants.vb (1)
105Public Const vbArray As VariantType = VariantType.Array
Microsoft\VisualBasic\Information.vb (4)
267Return CType(VariantType.Array Or VariantType.Object, VariantType) 271If (result And VariantType.Array) <> 0 Then 273Return CType(VariantType.Array Or VariantType.Object, VariantType) 275Return CType(result Or VariantType.Array, VariantType)