The meta-attribute that applies to attribute type only.
| Type | Name | Signature |
|---|---|---|
| field | allowMultiple | public bool allowMultiple |
| field | target | public int target |
public bool allowMultipleIf true, multiple instances of this attribute can be applied at same place.
public int targetThe allowed types of target. This is the bitwise sum (OR'ed) of all the allowed target constants.
See Also