PostSharp//API Reference/Post­Sharp.​Patterns.​Diagnostics/Log­Record­Kind­Extensions/Is­Close
Open sandboxFocus

Method IsClose

IsClose(LogRecordKind)

Determines whether a given LogRecordKind represents the closing of a context.

Declaration
public static bool IsClose(this LogRecordKind kind)
Parameters
Type Name Description
LogRecordKind kind

A LogRecordKind.

Returns
Type Description
Boolean

true if kind represents the closing of a context, otherwise false.