EXPRUSERLOGOP class EXPRUSERLOGOP : EXPR Documentation Code namespace Microsoft.CSharp.RuntimeBinder.Semantics { internal class EXPRUSERLOGOP : EXPR { public EXPR TrueFalseCall; public EXPRCALL OperatorCall; public EXPR FirstOperandToExamine; } }