Patcher.Rules.Proxies.ProxyAttribute.ProxyAttribute C# (CSharp) Method

ProxyAttribute() public method

public ProxyAttribute ( Type iface ) : System
iface System.Type
return System
        public ProxyAttribute(Type iface)
        {
            Interface = iface;
        }
ProxyAttribute