IKVM.Reflection.Type.__GetDeclaredEvents C# (CSharp) Method

__GetDeclaredEvents() public method

public __GetDeclaredEvents ( ) : EventInfo[]
return EventInfo[]
        public virtual EventInfo[] __GetDeclaredEvents()
        {
            return Empty<EventInfo>.Array;
        }