Represents a relationship between a type and a member of this type. A member can be a FieldInfo, PropertyInfo, or ParameterInfo.
Implements
Namespace: PostSharp.Reflection
Assembly: PostSharp.dll
Syntax
public sealed class MemberTypeCodeReference : ICodeReference
Properties
Name | Description |
---|---|
Member | Gets the member (FieldInfo, PropertyInfo, or ParameterInfo). |
Type | Gets the member type. |