System.Runtime.OutWrapper<T> public class OutWrapper<T> Documentation Code namespace System.Runtime { public class OutWrapper<T> { public T Value { get; set; } public OutWrapper(); public static implicit operator T(OutWrapper<T> wrapper); } }