Microsoft.JScript.JSConstructor.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

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