class - Is it possible to show that a method/operation returns and array of objects (rather than just a single object) in Visio 2007? -
i making particular reference producing static structure (class diagram). notice can set return type particular object, there appears no way select collection of objects returned instead.
select class, go properties, find operation, click on properties , you'll see prefix , suffix fields in dialog box. can use these fields modify return expression, example:
- you can type "col " prefix express collection of objects.
- you can type "[]" suffix express array of objects.
or else.
Comments
Post a Comment