asp.net.ph

ParamArrayAttribute Class

System Namespace


Indicates that the method will allow a variable number of arguments in its invocation. This class cannot be inherited.

ParamArrayAttribute Class Members

Collapse   Constructors

Visibility Constructor Parameters
public ParamArrayAttribute ( )

Remarks

A parameter array allows the specification of an unknown number of arguments. A parameter array must be the last parameter in a formal parameter list, and it must be a single-dimension array. A parameter array permits arguments to a method to be specified in two ways:

For more information about using attributes, see Extending Metadata Using Attributes.

See Also

Attribute Skip Navigation Links


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note