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