IForeMethods

Assembly: Fore;

Description

The IForeMethods interface contains properties and methods used to work with collection of the custom methods.

Inheritance Hierarchy

IForeMethods

Comments

Custom methods contained in the collection will be available for use in:

Properties

  Property name Brief description
Count The Count property returns the number of custom methods in the collection.
Item The Item property returns method parameters by its index.

Methods

  Method name Brief description
Add The Add method adds a custom method into the collection.
Clear The Clear property clears the custom methods collection.
FindByKey The FindByKey method searches the custom method in the collection by its key.
Remove The Remove method removes a custom method from the collection by its index.
RemoveByKey The RemoveByKey method removes a custom method from the collection by its key.

See also:

Fore Assembly Interfaces