Open sandboxFocus

Method IsExtensionBlockMetadata

IsExtensionBlockMetadata(MemberInfo)

Determines whether a Type represents an extension block metadata member (type, method or a property).

Declaration
public static bool IsExtensionBlockMetadata(this MemberInfo member)
Parameters
Type Name Description
MemberInfo member

A MemberInfo.

Returns
Type Description
bool

true if member is extension block metadata, false otherwise.

Remarks

Extension block metadata should not be targeted by aspects.