Operator implicit operator
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
selfDebugType<TNative, TDebug>The type to convert
Returns
- TDebug