Annotations Class |
public class Annotations : IEnumerable<KeyValuePair<string, string>>, IEnumerable
The Annotations type exposes the following members.
| Name | Description | |
|---|---|---|
| Annotations | Initializes a new instance of the Annotations class |
| Name | Description | |
|---|---|---|
| Item | Indexer for the annotations, returns annotation of the corresponding name (in O(1) by Dictionary lookup). |
| Name | Description | |
|---|---|---|
| ContainsAnnotation | Returns whether the annotations contain the given annotation. | |
| GetEnumerator |
| Name | Description | |
|---|---|---|
| annotations | The annotations of the attribute, use the methods above for access (member only available for post-generation changes) |