MoreInternals.Model.LeftExistsValue.LeftExistsValue C# (CSharp) Method

LeftExistsValue() private method

private LeftExistsValue ( Value ifExists ) : System
ifExists Value
return System
        internal LeftExistsValue(Value ifExists)
        {
            IfExists = ifExists;
        }