Method | Description | |
---|---|---|
Add ( |
Adds a Photo to the collection.
|
|
AddRange ( |
Adds an array of Photo instances to this collection.
|
|
AddRange ( |
Adds all of the photos in another PhotoCollection to this collection.
|
|
Contains ( |
Returns true if the collection contains the photo.
|
|
CopyTo ( |
Copies the elements of the collection to an array of Photo, starting at a particular index.
|
|
FromPhotoArray ( |
Creates a PhotoCollection from an array of Photo objects.
|
|
IndexOf ( |
Gets the index of a photo in this collection.
|
|
Insert ( int index, |
Inserts a Photo into the collection at the given index.
|
|
PhotoCollection ( ) : System |
Default constructor.
|
|
PhotoCollection ( |
Creates an instance of the PhotoCollection from an array of Photo instances.
|
|
Remove ( |
Removes a photo from the collection.
|
|
ToPhotoArray ( ) : FlickrNet.Photo[] |
Converts the collection to an array of Photo objects.
|
|
this ( int index ) : |
Gets or sets a photo based on the index in the collection.
|
public Add ( |
||
photo | The |
|
return | int |
public AddRange ( |
||
photos | An array of |
|
return | void |
public AddRange ( |
||
collection | The |
|
return | void |
public Contains ( |
||
photo | The |
|
return | bool |
public CopyTo ( |
||
array | The array to copy to. | |
index | int | The index in the collection to start copying from. |
return | void |
public static FromPhotoArray ( |
||
photos | An array of |
|
return |
public IndexOf ( |
||
photo | The photo to find. | |
return | int |
public Insert ( int index, |
||
index | int | The index to insert the |
photo | The |
|
return | void |
public PhotoCollection ( |
||
photos | An array of |
|
return | System |
public Remove ( |
||
photo | The |
|
return | void |