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