Table of Contents

Operator implicit operator

Namespace
Ubiquity.NET.Llvm.DebugInfo
Assembly
Ubiquity.NET.Llvm.dll

implicit operator TDebug?(DebugType<TNative, TDebug>)

Converts a DebugType<TNative, TDebug> to TDebug by accessing the DebugInfoType property

[SuppressMessage("Microsoft.Usage", "CA2225:OperatorOverloadsHaveNamedAlternates", Justification = "DebugInfoType is available as a property, this is for convenience")]
public static implicit operator TDebug?(DebugType<TNative, TDebug> self)

Parameters

self DebugType<TNative, TDebug>

The type to convert

Returns

TDebug