Пример #1
0
 Type CreateProxyType(ProxyClassDescriptor pcd)
 {
     var fooType = new ProxyModuleCoderAccess(this).GetTypeFromProxyClassDescriptor(pcd);
     return fooType!=null ? fooType.AsType() : null;
 }
Пример #2
0
        Type CreateProxyType(ProxyClassDescriptor pcd)
        {
            var fooType = new ProxyModuleCoderAccess(this).GetTypeFromProxyClassDescriptor(pcd);

            return(fooType != null?fooType.AsType() : null);
        }