An NDoc Documented Class Library

Action Constructor 

[Visual Basic]
Public Sub New( _ 
   ByVal ParamArray actionTypes As ActionType() _ 
)
[C#]
public Action(
   params ActionType[] actionTypes
);
[C++]
public: Action(
   ActionType* actionTypes __gc[]
);
[JScript]
public function Action(
   ActionType[] actionTypes
);

See Also

Action Class | White.Core.UIItems.Actions Namespace