System.Reflection.TypeExtensions.GetEvents C# (CSharp) Method

GetEvents() public static method

public static GetEvents ( this type, System bindingAttr ) : System.Reflection.EventInfo[]
type this
bindingAttr System
return System.Reflection.EventInfo[]
        public static System.Reflection.EventInfo[] GetEvents(this System.Type type, System.Reflection.BindingFlags bindingAttr) { throw null; }
        public static System.Reflection.FieldInfo GetField(this System.Type type, string name) { throw null; }

Same methods

TypeExtensions::GetEvents ( this type ) : System.Reflection.EventInfo[]