<< 点击显示目录 >> Variable.Item Property |
Gets an array element of type variable.
[Visual Basic]
Public Overloads ReadOnly Property Item( _
ByVal index As Integer _
) As Variable
Public Get
End Get
End Property
[C#]
public Variable this[
int index
] { public get; }
index
The numeric index.
Variable Class | BR.AN.PviServices Namespace | Variable.Item Overload List
Generated from assembly BR.AN.PviServices [8.1.0.4]