1.

What Are The Types Of Attributes?

Answer»

The Microsoft .Net Framework provides two types of attributes: the pre-defined attributes and CUSTOM BUILT attributes.

Pre-define attributes are three types:

  • AttributeUsage
  • Conditional
  • Obsolete

This marks a PROGRAM that some ENTITY should not be used.

The Microsoft .Net Framework provides two types of attributes: the pre-defined attributes and custom built attributes.

Pre-define attributes are three types:

This marks a program that some entity should not be used.



Discussion

No Comment Found