'宣言Public Overloads ReadOnly Property Item( _ ByVal index As Integer _ ) As ContextAttribute
public ContextAttribute Item( int index ) {get;}
パラメータ
- index
 - 属性のインデックスです。
 
'宣言Public Overloads ReadOnly Property Item( _ ByVal index As Integer _ ) As ContextAttribute
public ContextAttribute Item( int index ) {get;}