Click or drag to resize

ExtensionsAdd Method

Overload List
  NameDescription
Public methodAdd(ExtensionInfo)
Adds a field to the collection
Protected methodAdd(String, Object)
Adds an object to the collection. Override. This method simply calls the Add method with CollectionAddFlags.replace as the flags.
(Inherited from EAPCollectionBase.)
Protected methodAdd(String, Object, CollectionAddFlags)
Adds an item to the collection
(Inherited from EAPCollectionBase.)
Public methodAdd(IExtension, Enum, ExtensionAttrs, Int32, Object)
Adds an extension to the collection
Top
See Also