Show / Hide Table of Contents

Method RemoveAddon

| Improve this Doc View Source

RemoveAddon(AddonBag, Object)

Removes addon from AddonBag by key.

Declaration
public static void RemoveAddon(this AddonBag addonBag, object key)
Parameters
Type Name Description
AddonBag addonBag

The AddonBag.

System.Object key

The addon key.

Exceptions
Type Condition
System.NullReferenceException

key is null.

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