PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​CustomLog­Event­MetadataHas­Inherited­Property
Open sandboxFocus

LogEventMetadata.HasInheritedProperty Method

HasInheritedProperty(Object)

Determines if the current LogEventMetadata contains any inherited property. The implementation of this method must not allocate heap memory.

Declaration
public virtual bool HasInheritedProperty(object data)
Parameters
Type Name Description
Object data

The raw CLR object, typically Data

Returns
Type Description
Boolean