Summary
Determines whether the specified key has prefix.
- Assembly
- Rocket
.Surgery .Build .Information .dll - Namespace
- Rocket
.Surgery .Build .Information - Containing Type
- InformationProvider
Syntax
public bool HasPrefix(string key)
Parameters
Name | Type | Description |
---|---|---|
key | string | The key. |
Return Value
Type | Description |
---|---|
bool | true if the specified key has prefix; otherwise, false . |