Appends the specified Action to the end of the collection.
Namespace:
Neodynamic.WebControls.ImageDrawAssembly: Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)
Syntax
C# |
---|
public int Add( Action action ) |
Visual Basic (Declaration) |
---|
Public Function Add ( _ action As Action _ ) As Integer |
Visual C++ |
---|
public: int Add( Action^ action ) |
Parameters
- action
- Type: Neodynamic.WebControls.ImageDraw..::.Action
The Action to append to the collection.