static variable in Visio

B

Birdman

How do I show a static variable in Visio? Also, how do I show Random as the
type without creating a Random class in the UML class diagram? For example,
here is part of the class that I need to visualize with Visio:

public class RaceCar{
private static Random randomizer;
private string name;
private int speed;
}

Thanks for any help!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top