Mono.NameScope.NameScope C# (CSharp) Method

NameScope() private method

private NameScope ( IntPtr raw, bool dropRef ) : System
raw System.IntPtr
dropRef bool
return System
		internal NameScope (IntPtr raw, bool dropRef)
		{
			NativeHandle = raw;
			if (dropRef)
				NativeMethods.event_object_unref (raw);
		}

Same methods

NameScope::NameScope ( ) : System