Show / Hide Table of Contents

Method ContainsAddon

| Improve this Doc View Source

ContainsAddon(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

key is null.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest