Appends the specified Action to the end of the collection.
Namespace:
Neodynamic.SDKAssembly: Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll)
Version: 2.0.2000.0 (2.0.2086.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.SDK..::.Action
The Action to append to the collection.