DeftTech.DuckTyping.DelegateDuckProxyType.Prepare C# (CSharp) Méthode

Prepare() public méthode

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