'Declaration Public Overloads ReadOnly Property Item( _ ByVal key As String _ ) As ImageEntry
public ImageEntry Item( string key ) {get;}
Parameters
- key
- String that identifies the ImageEntry.
'Declaration Public Overloads ReadOnly Property Item( _ ByVal key As String _ ) As ImageEntry
public ImageEntry Item( string key ) {get;}