7
¿Puedo inicializar un atributo de C # con una matriz u otro número variable de argumentos?
¿Es posible crear un atributo que se pueda inicializar con un número variable de argumentos? Por ejemplo: [MyCustomAttribute(new int[3,4,5])] // this doesn't work public MyClass ...
105
c#
attributes