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 |
|
Remarks
Extension block metadata should not be targeted by aspects.