mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-07-03 23:53:12 +00:00
flow
This commit is contained in:
@ -1909,7 +1909,7 @@ partial class DistributedConnection
|
||||
|
||||
|
||||
if (pi.PropertyType.IsGenericType && pi.PropertyType.GetGenericTypeDefinition()
|
||||
== typeof(DistributedPropertyContext<>))
|
||||
== typeof(PropertyContext<>))
|
||||
{
|
||||
value = Activator.CreateInstance(pi.PropertyType, this, value);
|
||||
//value = new DistributedPropertyContext(this, value);
|
||||
|
Reference in New Issue
Block a user