DeftTech.DuckTyping.DelegateDuckProxyType.Prepare C# (CSharp) Method

Prepare() public method

Prepares by generating the proxy type for the types given in the constructor.
public Prepare ( ) : void
return void
        public void Prepare()
        {
            GenerateProxyType();
        }