Enterprise Architect Add-in Framework Documentation [Missing <summary> documentation for "P:TSF.UmlToolingFramework.Wrappers.EA.Message.arguments"]
Namespace: TSF.UmlToolingFramework.Wrappers.EAAssembly: EAAddinFramework (in EAAddinFramework.dll) Version: 1.0.4064.9398
Syntax
| C# |
|---|
public HashSet<ValueSpecification> arguments { get; set; } |
| Visual Basic |
|---|
Public Property arguments As HashSet(Of ValueSpecification)
Get
Set |
| Visual C++ |
|---|
public:
virtual property HashSet<ValueSpecification^>^ arguments {
HashSet<ValueSpecification^>^ get () sealed;
void set (HashSet<ValueSpecification^>^ value) sealed;
} |
Implements
Messagearguments()()()()
See Also