'宣言
Public Default Property Item( _
ByVal As System.Integer _
) As RplRec
'使用法
Dim instance As RplRecs
Dim index As System.Integer
Dim value As RplRec
instance.Item(index) = value
value = instance.Item(index)
public RplRec this[
System.int
]; {get; set;}