Show / Hide Table of Contents

    Class ParamArrayAttribute

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

    Inheritance
    Object
    Attribute
    ParamArrayAttribute
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: System
    Assembly: mscorlib.dll
    Syntax
    [AttributeUsage(AttributeTargets.Parameter)]
    public sealed class ParamArrayAttribute : Attribute

    Constructors

    | Improve this Doc View Source

    ParamArrayAttribute()

    Initializes a new instance of the ParamArrayAttribute class with default properties.

    Declaration
    public ParamArrayAttribute()

    Extension Methods

    LogDispatcher.GetCurrentClassLogger(Object)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018 nanoFramework Contributors
    Generated by DocFX