'Declaration Public Overloads ReadOnly Property Item( _ ByVal index As Integer _ ) As CustomProperty
public CustomProperty Item( int index ) {get;}
Parameters
- index
- Index to get the element
'Declaration Public Overloads ReadOnly Property Item( _ ByVal index As Integer _ ) As CustomProperty
public CustomProperty Item( int index ) {get;}