Until MD version 11.6, language properties are stored in a specific format, since MD version 12 language properties are moved to stereotype tag value and using DSL to customize to C# Language Properties. (The language properties will move to C# Language Properties)

Class

Old Value

Translation

New

Mapped to the tag “New” of «C#LanguageProperty» (The usage for this is to apply «C# Class» and set value to tag “new”)

Internal

Mapped to the tag “Internal” of «C#LanguageProperty» (The usage for this is to apply «C# Class» and set value to tag “internal”)

Unsafe

Mapped to the tag “Unsafe” of «C#LanguageProperty» (The usage for this is to apply «C# Class» and set value to tag “unsafe”)

C# Language properties for Class

Attribute

Old Value

Translation

New

Mapped to the tag “New” of «C#LanguageProperty» (The usage for this is to apply «C#Attribute» and set value to tag “new”)

Internal

Mapped to the tag “Internal” of «C#LanguageProperty» (The usage for this is to apply «C#Attribute» and set value to tag “internal”)

Unsafe

Mapped to the tag “Unsafe” of «C#LanguageProperty» (The usage for this is to apply «C#Attribute» and set value to tag “unsafe”)

Readonly

Mapped to the “Readonly” of «C#Attribute»

Volatile

Mapped to the “Volatile” of «C#Attribute»

Container

Mapped to the “Container” of «C#Attribute»

C# Language properties for Attribute

Operation

Old Value

Translation

New

Mapped to tag “New” of «C#LanguageProperty» (The usage for this is to apply «C#Operation» and set value to tag “new”)

Internal

Mapped to tag “Internal” of «C#LanguageProperty» (The usage for this is to apply «C#Operation» and set value to tag “internal”)

Unsafe

Mapped to tag “Unsafe” of «C#LanguageProperty» (The usage for this is to apply «C#Operation» and set value to tag “unsafe”)

Override

Mapped to tag “Override” of «C#Operation»

Virtual

Mapped to tag “Virtual” of «C#Operation»

Extern

Mapped to tag “Virtual” of «C#Operation»

Initialization

Mapped to tag “Initialization” of «C#Operation»

Conversion type

Mapped to tag “Conversion type” of «C#Operation»

C# Language properties for Operation

Related pages