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