'Declaration ReadOnly Default Property Item( _ ByVal index As Integer _ ) As IValue
'Declaration
ReadOnly Default Property Item( _ ByVal index As Integer _ ) As IValue
'使用法 Dim instance As IArguments Dim index As Integer Dim value As IValue value = instance.Item(index)
'使用法
Dim instance As IArguments Dim index As Integer Dim value As IValue value = instance.Item(index)
IValue this[ int index ]; {get;}
IArguments インタフェース IArguments メンバ
Copyright © 2004 GrapeCity inc.