mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-09-22 14:55:05 +08:00
...
This commit is contained in:
@@ -16047,6 +16047,20 @@ Expression Helpers
|
||||
return;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
if ((fromType->GetTypeDescriptor() == tdVe && fromType->GetElementType()->GetDecorator() == ITypeInfo::Generic)
|
||||
|| fromType->GetHint() == TypeInfoHint::NativeCollectionReference
|
||||
)
|
||||
{
|
||||
writer.WriteString(L"::vl::__vwsn::UnboxCollection<");
|
||||
writer.WriteString(config->ConvertType(tdVe));
|
||||
writer.WriteString(L">(");
|
||||
writeExpression();
|
||||
writer.WriteString(L")");
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
switch (fromType->GetDecorator())
|
||||
|
||||
Reference in New Issue
Block a user