GeekDork.WebSkeleton Reference
StringList.Item Property
Get a string at the specified index.
[Visual Basic]
Public Default ReadOnly Property Item( _
ByVal
index
As
Integer
_
) As
String
[C#]
public
string
this[
int
index
] {get;}
See Also
StringList Class
|
GeekDork.WebSkeleton Namespace