Ejemplo n.º 1
0
        public Event(Event other)
        {
            bool flag = other == null;

            if (flag)
            {
                throw new ArgumentException("Event to copy from is null.");
            }
            this.m_Ptr = Event.Internal_Copy(other.m_Ptr);
        }