Method | 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.
|
Method | Description | |
---|---|---|
IEnumerable ( ) : IEnumerator |
Returns an enumerator that iterates through a collection.
|
public Add ( |
||
service | Service to add | |
buildPlans | IList |
Build plans for the service. |
return | void |
public Contains ( |
||
service | Service to check | |
return | bool |
public GetEnumerator ( ) : IEnumerable |
||
return | IEnumerable |
public TryGetValue ( |
||
service | Service to get plans for | |
buildPlans | IList |
Found plans |
return | bool |