LocationKind Enumeration |
Enumerates the kinds of code elements that can be encapsulated by a LocationInfo.
Namespace: PostSharp.Reflection
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public enum LocationKind
Member name | Value | Description | |
---|---|---|---|
Field | 0 | FieldInfo. | |
Property | 1 | PropertyInfo. | |
Parameter | 2 | A ParameterInfo representing a parameter (not a ReturnValue). | |
ReturnValue | 3 | A ParameterInfo representing a return value. |