idx_get()

StringCollection::idx_get(int) const method

Gets value at specified position.

System::String System::Collections::Specialized::StringCollection::idx_get(int index) const

Arguments

ParameterTypeDescription
indexintIndex to get string from.

Return Value

String at specified position.

See Also