Microsoft.JScript.ParameterDeclaration.GetCustomAttributes C# (CSharp) Метод

GetCustomAttributes() публичный Метод

public GetCustomAttributes ( Type attributeType, bool inherit ) : Object[]
attributeType System.Type
inherit bool
Результат Object[]
      public override Object[] GetCustomAttributes(Type attributeType, bool inherit){
        return new FieldInfo[0];
      }
      

Same methods

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