Sparx Systems Forum

Enterprise Architect => Uml Process => Topic started by: ShimonSim on February 21, 2005, 02:23:35 pm

Title: Attributes in .NET
Post by: ShimonSim on February 21, 2005, 02:23:35 pm
Is there a way to mark method with some tag that would be appear as attribute in code.
Is there any way to use "something" that would be used as [Attribute] (in C#) in code?

Thanks,
Shimon.
Title: Re: Attributes in .NET
Post by: Eve on February 21, 2005, 03:58:13 pm
There is.  Add a tagged value "Attribute" with the value "[Attribute]".  If you want multiple attributes appearing seperate them with a semi-colon.

Simon