'Declaration Public Overloads Function Add( _ ByVal entry As ImageEntry _ ) As Integer
public int Add( ImageEntry entry )
Parameters
- entry
- ImageEntry to add to the collection.
Return Value
The index of the new entry in the collection.
'Declaration Public Overloads Function Add( _ ByVal entry As ImageEntry _ ) As Integer
public int Add( ImageEntry entry )