Méthode | Description | |
---|---|---|
Add ( |
||
AddRange ( |
Copies the elements of the specified
|
|
AddRange ( PhotoCommentInfoCollection value ) : void |
Adds the contents of another
|
|
Contains ( PhotoCommentInfo value ) : bool |
Gets a value indicating whether the collection contains the specified
|
|
CopyTo ( PhotoCommentInfo array, int index ) : void |
Copies the collection Components to a one-dimensional
|
|
GetEnumerator ( ) : PhotoCommentInfoCollectionEnumerator |
Returns an enumerator that can iterate through the
|
|
IndexOf ( PhotoCommentInfo value ) : int |
Gets the index in the collection of the specified
|
|
Insert ( int index, PhotoCommentInfo value ) : void | ||
PhotoCommentInfoCollection ( ) : System |
Initializes a new instance of the
|
|
PhotoCommentInfoCollection ( PhotoCommentInfo value ) : System |
Initializes a new instance of the
|
|
PhotoCommentInfoCollection ( PhotoCommentInfoCollection value ) : System |
Initializes a new instance of the
|
|
Remove ( PhotoCommentInfo value ) : void | ||
this ( int index ) : PhotoCommentInfo |
Gets the In C#, this property is the indexer for the
|
public Add ( |
||
value | ||
Résultat | int |
public AddRange ( |
||
value | An array of type |
|
Résultat | void |
public AddRange ( PhotoCommentInfoCollection value ) : void | ||
value | PhotoCommentInfoCollection | A |
Résultat | void |
public Contains ( PhotoCommentInfo value ) : bool | ||
value | PhotoCommentInfo | The |
Résultat | bool |
public CopyTo ( PhotoCommentInfo array, int index ) : void | ||
array | PhotoCommentInfo | The one-dimensional |
index | int | The index of the array at which to begin inserting. |
Résultat | void |
public GetEnumerator ( ) : PhotoCommentInfoCollectionEnumerator | ||
Résultat | PhotoCommentInfoCollectionEnumerator |
public IndexOf ( PhotoCommentInfo value ) : int | ||
value | PhotoCommentInfo | The |
Résultat | int |
public Insert ( int index, PhotoCommentInfo value ) : void | ||
index | int | |
value | PhotoCommentInfo | |
Résultat | void |
public PhotoCommentInfoCollection ( ) : System | ||
Résultat | System |
public PhotoCommentInfoCollection ( PhotoCommentInfo value ) : System | ||
value | PhotoCommentInfo | An array of |
Résultat | System |
public PhotoCommentInfoCollection ( PhotoCommentInfoCollection value ) : System | ||
value | PhotoCommentInfoCollection | A |
Résultat | System |
public Remove ( PhotoCommentInfo value ) : void | ||
value | PhotoCommentInfo | |
Résultat | void |
public this ( int index ) : PhotoCommentInfo | ||
index | int | |
Résultat | PhotoCommentInfo |