Make PdtExpression.Empty
public.
This commit is contained in:
@@ -247,7 +247,7 @@ namespace Cryville.Common.Pdt {
|
||||
break;
|
||||
case ':':
|
||||
case ';':
|
||||
var exp = c == ';' ? _emptyexp : GetExp();
|
||||
var exp = c == ';' ? PdtExpression.Empty : GetExp();
|
||||
InterpretObjectInternal<PropertyListAttribute>(pcflag, type, pkey, result, type => _binder.ChangeType(exp, type, null));
|
||||
break;
|
||||
default:
|
||||
|
Reference in New Issue
Block a user