| Visual Basic (Declaration) | |
|---|---|
Overrides Public NotOverridable ReadOnly Default Property Item( _ ByVal index As Integer _ ) As Object | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public override object this[ int index ]; {get;} | |
Parameters
- index
| Visual Basic (Declaration) | |
|---|---|
Overrides Public NotOverridable ReadOnly Default Property Item( _ ByVal index As Integer _ ) As Object | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public override object this[ int index ]; {get;} | |