System::Collections::Specialized::StringCollection::idx_get method

StringCollection::idx_get method

Gets value at specified position.

System::String System::Collections::Specialized::StringCollection::idx_get(int index) const
ParameterTypeDescription
indexintIndex to get string from.

ReturnValue

String at specified position.

See Also