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