'Declaration
Public Default Property Item( _
ByVal As System.Integer _
) As CodeClass
public CodeClass this[
System.int
]; {get; set;}
Parameters
- index
- A zero-based Integer indicating the index of the CodeClass object to return or set.
Property Value
The CodeClass object at the specified position.