Type Alias
OutOfProcessReferenceResolver.ResolvedInformation.Variant.VariantValue
A wrapper for variant values that can either be specified, meaning the variant has a custom value, or not, meaning the variant has the same value as the resolved information.
typealias VariantValue = Optional
Deprecated
This type is only used in the outdated, and no longer recommended, version of the out-of-process external resolver communication protocol.
Discussion
This alias is used to make the property declarations more explicit while at the same time offering the convenient syntax of optionals.