Метод | Описание | |
---|---|---|
Contains ( string searchServiceName ) : bool | ||
Merge ( IEnumerable serviceNames ) : |
||
Merge ( string serviceName ) : |
||
Merge ( System serviceNames ) : System.Security.Authentication.ExtendedProtection.ServiceNameCollection | ||
Merge ( string serviceName ) : System.Security.Authentication.ExtendedProtection.ServiceNameCollection | ||
ServiceNameCollection ( System items ) | ||
ServiceNameCollection ( ICollection items ) : System.Collections |
Метод | Описание | |
---|---|---|
AddIfNew ( IEnumerable serviceNames, bool expectStrings ) : void |
Normalize, check for duplicates, and add each unique value.
|
|
AddIfNew ( IList serviceNames ) : void |
Normalize, check for duplicates, and add each unique value.
|
|
AddIfNew ( List |
Normalize, check for duplicates, and add each unique value.
|
|
AddIfNew ( string serviceName ) : void |
Normalize, check for duplicates, and add if the value is unique.
|
|
GetCountOrOne ( IEnumerable collection ) : int |
Gets the collection Count, if available, otherwise 1.
|
|
NormalizeServiceName ( string inputServiceName ) : string | ||
ServiceNameCollection ( IList list, IEnumerable serviceNames ) : System.Collections |
Merges list and serviceNames into a new collection.
|
|
ServiceNameCollection ( IList list, int additionalCapacity ) : System.Collections | ||
ServiceNameCollection ( IList list, string serviceName ) : System.Collections |
Merges list and serviceName into a new collection.
|
public Contains ( string searchServiceName ) : bool | ||
searchServiceName | string | |
Результат | bool |
public Merge ( IEnumerable serviceNames ) : |
||
serviceNames | IEnumerable | |
Результат |
public Merge ( string serviceName ) : |
||
serviceName | string | |
Результат |
public Merge ( System serviceNames ) : System.Security.Authentication.ExtendedProtection.ServiceNameCollection | ||
serviceNames | System | |
Результат | System.Security.Authentication.ExtendedProtection.ServiceNameCollection |
public Merge ( string serviceName ) : System.Security.Authentication.ExtendedProtection.ServiceNameCollection | ||
serviceName | string | |
Результат | System.Security.Authentication.ExtendedProtection.ServiceNameCollection |
public ServiceNameCollection ( ICollection items ) : System.Collections | ||
items | ICollection | |
Результат | System.Collections |