Class MemberTypeCodeReference
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 : Object, ICodeReference
Properties
Name | Description |
---|---|
Member | Gets the member (FieldInfo, PropertyInfo, or ParameterInfo). |
Type | Gets the member type. |
Explicit Interface Implementations
Name | Description |
---|---|
ICodeReference.ReferencedDeclaration | |
ICodeReference.ReferenceKind | |
ICodeReference.ReferencingDeclaration |