'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)
public Line this[ int index ]; {get; set;}
LineCollection クラス LineCollection メンバ
© 2004-2015, GrapeCity inc. All rights reserved.