System.Text.Json.Serialization.Metadata.UnionTryGetValueAccessor<TUnion> sealed delegate UnionTryGetValueAccessor<TUnion> : MulticastDelegate Documentation Code namespace System.Text.Json.Serialization.Metadata { internal delegate bool UnionTryGetValueAccessor<TUnion> (TUnion union, out Type caseType, out object value); }