mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-26 21:13:13 +00:00
flow
This commit is contained in:
@ -352,7 +352,7 @@ public class Instance
|
||||
*/
|
||||
|
||||
if (pt.PropertyInfo.PropertyType.IsGenericType
|
||||
&& pt.PropertyInfo.PropertyType.GetGenericTypeDefinition() == typeof(DistributedPropertyContext<>))
|
||||
&& pt.PropertyInfo.PropertyType.GetGenericTypeDefinition() == typeof(PropertyContext<>))
|
||||
return false;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user