mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-30 23:51:34 +00:00 
			
		
		
		
	Resource Proxy
This commit is contained in:
		| @@ -1369,11 +1369,16 @@ namespace Esiur.Net.IIP | ||||
|                             } | ||||
|                             else | ||||
|                             { | ||||
|  | ||||
|                                 /* | ||||
| #if NETSTANDARD1_5 | ||||
|                                 var pi = r.GetType().GetTypeInfo().GetProperty(pt.Name); | ||||
| #else | ||||
|                                 var pi = r.GetType().GetProperty(pt.Name); | ||||
| #endif | ||||
| #endif*/ | ||||
|  | ||||
|                                 var pi = pt.Info; | ||||
|                                  | ||||
|                                 if (pi != null) | ||||
|                                 { | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user