IMediaList.Item

IMediaList indexer

Returns the indexth in the list. If index is greater than or equal to the number of media in the list, this returns null. The media index.

public string this[int index] { get; }

See Also