Microsoft.CSharp.RuntimeBinder.Semantics.ExprZeroInit sealed class ExprZeroInit : ExprWithType Documentation Code namespace Microsoft.CSharp.RuntimeBinder.Semantics { internal sealed class ExprZeroInit : ExprWithType { public ExprZeroInit(CType type); } }