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