Item Property (WarningCollection)
In This Topic
Gets or sets the element at the specified index.
Syntax
'Declaration
Public ReadOnly Default Property Item( _
ByVal As Integer _
) As Warning
public Warning this[
int
]; {get;}
Parameters
- index
- The index in the current collection.
Property Value
The element at the specified index.
See Also