[This is preliminary documentation and is subject to change.]
Namespace: Phoenix.MacrosAssembly: Phoenix (in Phoenix.dll) Version: 0.7.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public class Macro : ListEx<IMacroCommand>
Public Class Macro _ Inherits ListEx(Of IMacroCommand)
public ref class Macro : public ListEx<IMacroCommand^>
Members
| All Members | Constructors | Properties | Methods | Events |
| Member | Description | |
|---|---|---|
| Macro()()() | Initializes a new instance of the Macro class | |
| AddRange(IEnumerable<(Of <(T>)>)) | (Inherited from ListEx<(Of <(T>)>).) | |
| CreateSynchronized()()() |
Creates new empty synchronized collection of same type.
(Inherited from ListEx<(Of <(T>)>).) | |
| IsSynchronized | (Inherited from ListEx<(Of <(T>)>).) | |
| ItemInserted | (Inherited from ListEx<(Of <(T>)>).) | |
| ItemInserting | (Inherited from ListEx<(Of <(T>)>).) | |
| ItemRemoved | (Inherited from ListEx<(Of <(T>)>).) | |
| ItemRemoving | (Inherited from ListEx<(Of <(T>)>).) | |
| ItemUpdated | (Inherited from ListEx<(Of <(T>)>).) | |
| ItemUpdating | (Inherited from ListEx<(Of <(T>)>).) | |
| ListCleared | (Inherited from ListEx<(Of <(T>)>).) | |
| ListClearing | (Inherited from ListEx<(Of <(T>)>).) | |
| Run()()() | ||
| SyncRoot |
Gets synchronization object.
(Inherited from ListEx<(Of <(T>)>).) | |
| ToArray()()() | (Inherited from ListEx<(Of <(T>)>).) |
Inheritance Hierarchy
System..::.Object
System.Collections.ObjectModel..::.Collection<(Of <(IMacroCommand>)>)
Phoenix.Collections..::.ListEx<(Of <(IMacroCommand>)>)
Phoenix.Macros..::.Macro
System.Collections.ObjectModel..::.Collection<(Of <(IMacroCommand>)>)
Phoenix.Collections..::.ListEx<(Of <(IMacroCommand>)>)
Phoenix.Macros..::.Macro