CustomAttribute Constructors
Specifies a custom attribute for a class or a class member.| Name | Parameters | Description |
|---|---|---|
| CustomAttribute(String, String) | theName, theValue | Initializes a new instance of the CustomAttribute class with the specified name and value. |
See Also