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