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

GetCustomAttributes() public method

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

Same methods

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