Mono.Zeroconf.Providers.Bonjour.ServiceRef.ServiceRef C# (CSharp) Method

ServiceRef() public method

public ServiceRef ( IntPtr raw ) : System
raw System.IntPtr
return System
        public ServiceRef(IntPtr raw)
        {
            this.raw = raw;
        }