File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ namespace Ignia.Topics {
4141 /// </para>
4242 /// </remarks>
4343 [ System . AttributeUsage ( System . AttributeTargets . Property ) ]
44- sealed class AttributeSetterAttribute : System . Attribute {
44+ public sealed class AttributeSetterAttribute : System . Attribute {
4545
4646 } //Class
4747
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ namespace Ignia.Topics.Mapping {
2222 /// decoupled from the source attribute key.
2323 /// </remarks>
2424 [ System . AttributeUsage ( System . AttributeTargets . Property ) ]
25- public class AttributeKeyAttribute : System . Attribute {
25+ public sealed class AttributeKeyAttribute : System . Attribute {
2626
2727 /*==========================================================================================================================
2828 | PRIVATE VARIABLES
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ namespace Ignia.Topics.Mapping {
2323 /// useful when an attribute is expected to be inherited by all child topics.
2424 /// </remarks>
2525 [ System . AttributeUsage ( System . AttributeTargets . Property ) ]
26- public class InheritAttribute : System . Attribute {
26+ public sealed class InheritAttribute : System . Attribute {
2727
2828 } //Class
2929
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ namespace Ignia.Topics.Mapping {
1919 /// value property) or a collection of the metadata (in the case of a collection).
2020 /// </remarks>
2121 [ System . AttributeUsage ( System . AttributeTargets . Property ) ]
22- public class MetadataAttribute : System . Attribute {
22+ public sealed class MetadataAttribute : System . Attribute {
2323
2424 /*==========================================================================================================================
2525 | PRIVATE VARIABLES
You can’t perform that action at this time.
0 commit comments