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