Table of Contents

Operator implicit operator

Namespace
Ubiquity.NET.Llvm.Metadata
Assembly
Ubiquity.NET.Llvm.dll

implicit operator Value?(ValueAsMetadata)

Implicit conversion to Value

[SuppressMessage("Usage", "CA2225:Operator overloads have named alternates", Justification = "Value property provides this functionality already")]
public static implicit operator Value?(ValueAsMetadata md)

Parameters

md ValueAsMetadata

ValueAsMetadata to get the value for

Returns

Value

Remarks

This is a simple wrapper around the Value property