Operator implicit operator
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
mdValueAsMetadataValueAsMetadata to get the value for
Returns
Remarks
This is a simple wrapper around the Value property