Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

EventId.Implicit(Int32 to EventId) Operator

Definition

Namespace:
Microsoft.Extensions.Logging
Assembly:
Microsoft.Extensions.Logging.Abstractions.dll
Package:
Microsoft.Extensions.Logging.Abstractions v11.0.0-preview.5.26302.115
Source:
EventId.cs
Source:
EventId.cs
Source:
EventId.cs
Source:
EventId.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Implicitly creates an EventId from the given Int32.

public:
 static operator Microsoft::Extensions::Logging::EventId(int i);
public static implicit operator Microsoft.Extensions.Logging.EventId(int i);
static member op_Implicit : int -> Microsoft.Extensions.Logging.EventId
Public Shared Widening Operator CType (i As Integer) As EventId

Parameters

i
Int32

The Int32 to convert to an EventId.

Returns

Applies to


Feedback

Was this page helpful?