'Declaration
<System.ComponentModel.CategoryAttribute("UML")> <System.ComponentModel.DescriptionAttribute("The arguments of this method.")> Public ReadOnly Property Arguments As NUmlFieldCollection
'Usage
Dim instance As NUmlMethod Dim value As NUmlFieldCollection value = instance.Arguments
[System.ComponentModel.Category("UML")] [System.ComponentModel.Description("The arguments of this method.")] public NUmlFieldCollection Arguments {get;}