Méthode | Description | |
---|---|---|
Add ( |
Add a new service
|
|
Contains ( |
Checks if the specified service exists.
|
|
GetEnumerator ( ) : IEnumerable |
Returns an enumerator that iterates through the collection.
|
|
TryGetValue ( |
Try get build plans for a service.
|
Méthode | Description | |
---|---|---|
IEnumerable ( ) : IEnumerator |
Returns an enumerator that iterates through a collection.
|
public Add ( |
||
service | Service to add | |
buildPlans | IList |
Build plans for the service. |
Résultat | void |
public Contains ( |
||
service | Service to check | |
Résultat | bool |
public GetEnumerator ( ) : IEnumerable |
||
Résultat | IEnumerable |
public TryGetValue ( |
||
service | Service to get plans for | |
buildPlans | IList |
Found plans |
Résultat | bool |