2 writes to SecondBound
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\VBFixedArrayAttribute.vb (2)
44
Me.
SecondBound
= -1
54
Me.
SecondBound
= UpperBound2
6 references to SecondBound
Microsoft.VisualBasic.Core (6)
Microsoft\VisualBasic\CompilerServices\VB6File.vb (2)
146
m_oFile.PutFixedArray(0, CType(vValue, System.Array), ElementType, FixedStringLength, attrFixedArray.FirstBound, attrFixedArray.
SecondBound
)
258
Dim SecondBound As Integer = attr.
SecondBound
Microsoft\VisualBasic\VBFixedArrayAttribute.vb (4)
20
If Me.
SecondBound
= -1 Then
23
Return New Integer() {Me.FirstBound, Me.
SecondBound
}
30
If Me.
SecondBound
= -1 Then
33
Return (Me.FirstBound + 1) * (Me.
SecondBound
+ 1)