Ejemplo n.º 1
0
 public CSSNode()
 {
     CSSLogger.Initialize();
     this._cssNode = Native.CSSNodeNew();
     if (this._cssNode == IntPtr.Zero)
     {
         throw new InvalidOperationException("Failed to allocate native memory");
     }
 }