Defines semantics of all classes declaring external fields or methods.

Namespace:  PostSharp.CodeModel
Assembly:  PostSharp.Core (in PostSharp.Core.dll)

Syntax

Visual Basic (Declaration)
Public Interface IMemberRefResolutionScope _
	Implements IMetadataDeclaration, IDeclaration, IElement, IModuleScoped,  _
	ITaggable, IGeneric
C#
public interface IMemberRefResolutionScope : IMetadataDeclaration, 
	IDeclaration, IElement, IModuleScoped, ITaggable, IGeneric
Visual C++
public interface class IMemberRefResolutionScope : IMetadataDeclaration, 
	IDeclaration, IElement, IModuleScoped, ITaggable, IGeneric

See Also