'宣言
Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As CustomPropertyWrapper
public CustomPropertyWrapper this[ int index ]; {get;}
パラメータ
- index
- 要素を取得するためのインデックス
'宣言
Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As CustomPropertyWrapper
public CustomPropertyWrapper this[ int index ]; {get;}