Mono.Zeroconf.Providers.Bonjour.ServiceRef.ServiceRef C# (CSharp) Méthode

ServiceRef() public méthode

public ServiceRef ( IntPtr raw ) : System
raw System.IntPtr
Résultat System
        public ServiceRef(IntPtr raw)
        {
            this.raw = raw;
        }