PostSharp.ILAPI ReferencePost­Sharp.​ReflectionMember­Type­Code­Reference
Open sandboxFocus

MemberTypeCodeReference Class

Represents a relationship between a type and a member of this type. A member can be a System.Reflection.FieldInfo, PropertyInfo, or ParameterInfo.

Inheritance
MemberTypeCodeReference
Implements
ICodeReference
Namespace: PostSharp.Reflection
Assembly: PostSharp.dll
Syntax
public sealed class MemberTypeCodeReference : Object, ICodeReference

Properties

Name Description
Member

Gets the member (System.Reflection.FieldInfo, PropertyInfo, or ParameterInfo).

Type

Gets the member type.

Explicit Interface Implementations

Name Description
ICodeReference.ReferencedDeclaration
ICodeReference.ReferenceKind
ICodeReference.ReferencingDeclaration