'宣言 Protected Function GetByIndex( _ ByVal index As System.Integer _ ) As System.Object
'使用法 Dim instance As OwnedCollectionBase Dim index As System.Integer Dim value As System.Object value = instance.GetByIndex(index)
protected System.object GetByIndex( System.int index )
パラメータ
- index