CustomAttributeData Methods
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Overridden. Compares two objects for equality. |
| GetCustomAttributes | Overloaded. Returns a list of CustomAttributeData objects representing data about the attributes that have been applied to the target. |
| GetHashCode | Overridden. |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Overridden. Returns a string representation of the custom attribute. |