MiningServiceCollection-Member
Gets a read-only collection of MiningService objects contained by a CellSet.
Der MiningServiceCollection-Typ macht die folgenden Member verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
CopyTo | Copies the elements of the MiningServiceCollection collection to the specified array. | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
Find | Gets the specified MiningService from the MiningServiceCollection collection by its name. | |
GetEnumerator | Gets an Enumerator for iterating through the MiningServiceCollection collection. | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Count | Gets the number of MiningService objects in the collection. | |
IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread safe). | |
Item[ ( [ ( Int32] ) ] ) | Gets the specified MiningService from the MiningServiceCollection collection by its index. | |
Item[ ( [ ( String] ) ] ) | Gets the specified MiningService from the MiningServiceCollection collection by its name. | |
SyncRoot | Gets an object that can be used to synchronize access to the MiningServiceCollection collection. |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
ICollection. . :: . .CopyTo | Copies the elements of the MiningServiceCollection collection to the specified array. | |
IEnumerable. . :: . .GetEnumerator | Returns an Enumerator that can iterate through the collection. |
Zum Anfang