Microsoft.JScript.TypedArray.GetMethods C# (CSharp) Method

GetMethods() public method

public GetMethods ( BindingFlags bindingAttr ) : System.Reflection.MethodInfo[]
bindingAttr BindingFlags
return System.Reflection.MethodInfo[]
      public MethodInfo[] GetMethods(BindingFlags bindingAttr){
        return Typeob.Array.GetMethods(bindingAttr);
      }