Microsoft.JScript.JSMethod.GetCustomAttributes C# (CSharp) Method

GetCustomAttributes() public method

public GetCustomAttributes ( Type t, bool inherit ) : Object[]
t System.Type
inherit bool
return Object[]
      public override Object[] GetCustomAttributes(Type t, bool inherit){
        return new Object[0];
      }

Same methods

JSMethod::GetCustomAttributes ( bool inherit ) : Object[]