AspNetCoreRequestMetadata<T>.HasInheritedProperty Method (Object) |
Determines if the current LogEventMetadata contains any inherited property. The implementation of this method must not allocate heap memory.
Namespace: PostSharp.Patterns.Diagnostics.Adapters.AspNetCore
Assembly: PostSharp.Patterns.Diagnostics.Adapters.AspNetCore (in PostSharp.Patterns.Diagnostics.Adapters.AspNetCore.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public override sealed bool HasInheritedProperty( Object data )
Parameters
- data
- Type: System.Object
The raw CLR object, typically LogEventData.Data