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

GetCustomAttributes() public method

public GetCustomAttributes ( bool inherit ) : Object[]
inherit bool
return Object[]
      public override Object[] GetCustomAttributes(bool inherit){
        return new FieldInfo[0];
      }
      

Same methods

ParameterDeclaration::GetCustomAttributes ( Type attributeType, bool inherit ) : Object[]