'Declaration Public Default Property Item( _ ByVal index As Integer _ ) As Line
'Declaration
Public Default Property Item( _ ByVal index As Integer _ ) As Line
'使用法 Dim instance As LineCollection Dim index As Integer Dim value As Line instance.Item(index) = value value = instance.Item(index)
'使用法
Dim instance As LineCollection Dim index As Integer Dim value As Line instance.Item(index) = value value = instance.Item(index)
public Line this[ int index ]; {get; set;}
LineCollection クラス LineCollection メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.