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

GetMethods() public static method

public static GetMethods ( this type, System bindingAttr ) : System.Reflection.MethodInfo[]
type this
bindingAttr System
return System.Reflection.MethodInfo[]
        public static System.Reflection.MethodInfo[] GetMethods(this System.Type type, System.Reflection.BindingFlags bindingAttr) { throw null; }
        public static System.Type GetNestedType(this System.Type type, string name, System.Reflection.BindingFlags bindingAttr) { throw null; }

Same methods

TypeExtensions::GetMethods ( this type ) : System.Reflection.MethodInfo[]