Method ContainsAddon
| Improve this Doc View SourceContainsAddon(AddonBag, Object)
Determines if AddonBag contains specified addon key.
Declaration
public static bool ContainsAddon(this AddonBag addonBag, object key)
Parameters
| Type | Name | Description |
|---|---|---|
| AddonBag | addonBag | The AddonBag. |
| System.Object | key | The key of addon object. |
Returns
| Type | Description |
|---|---|
| System.Boolean | true if AddonBag contains specified addon key, otherwise false. |
Exceptions
| Type | Condition |
|---|---|
| System.NullReferenceException |
|