System.Runtime.CompilerServices.IStrongBox public interface IStrongBox Documentation Code namespace System.Runtime.CompilerServices { public interface IStrongBox { object Value { get; set; } } }