public class Arguments extends Object
ObjectParameter description. Used to store the arguments
that should be used in either a Method or a Constructor call.| Constructor and Description |
|---|
Arguments()
Creates a new instnace
|
| Modifier and Type | Method and Description |
|---|---|
void |
Add(Argument arg)
Adds a new argument to teh collection
|
void |
FromXML(Element element)
Parses the XML subtree provided to populate the instance
|
List<Argument> |
GetArguments()
The Contained arguments
|
public void Add(Argument arg)
arg - the argument to addCopyright © 2018. All Rights Reserved.