/// <summary>
        /// Initializes static members of the <see cref="CreateConcreteTask"/> class.
        /// </summary>
        static CreateConcreteTask()
        {
            _generator = new ProxyGenerator();
            var hook = new LazyObjectProxyHook();

            _options = new ProxyGenerationOptions(hook);
        }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes static members of the <see cref="CreateConcreteTask"/> class.
 /// </summary>
 static CreateConcreteTask()
 {
     _generator = new ProxyGenerator();
     var hook = new LazyObjectProxyHook();
     _options = new ProxyGenerationOptions(hook);
 }