'Declaration Public Default Property Item( _ ByVal index As Integer _ ) As Light
'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)
'使用法
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 メンバ
Copyright © 2004 GrapeCity inc.