'Declaration Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As CustomPlaceholder
public CustomPlaceholder this[ int index ]; {get;}
Parameters
- index
- The zero-based index of the element to get or set.
'Declaration Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As CustomPlaceholder
public CustomPlaceholder this[ int index ]; {get;}