Changes between Initial Version and Version 1 of AssemblyLevelAttributeDeclaration
- Timestamp:
- 01/04/09 22:25:51 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AssemblyLevelAttributeDeclaration
v1 v1 1 = assembly level attribute declaration = 2 {{{ 3 assembly 4 has <attributeName>[constructorExpression][,<...>] 5 }}} 6 7 Declare attribute ''attributeName'' on the assembly 8 9 optional ''constructorExpression'' to pass attribute parameters