Enumerates the kinds of code elements that can be encapsulated by a LocationInfo.
Namespace: PostSharp.Reflection
Assembly: PostSharp.dll
Syntax
public enum LocationKindFields
| Name | Description |
|---|---|
| Field | |
| Parameter | A ParameterInfo representing a parameter (not a ReturnValue). |
| Property | |
| ReturnValue | A ParameterInfo representing a return value. |