Parameter attribute


Namespace: OpenQuant.API
Assembly: OpenQuant.API (in OpenQuant.API.dll)

Syntax

Visual Basic (Declaration)
<AttributeUsageAttribute(AttributeTargets.Field, AllowMultiple := False, Inherited := True)>
Public Class ParameterAttribute
    Inherits Attribute
C#
[AttributeUsageAttribute(AttributeTargets.Field, AllowMultiple = False, Inherited = True)]
public class ParameterAttribute : Attribute
C++
[AttributeUsageAttribute(AttributeTargets::Field, AllowMultiple = False, Inherited = True)]
ref class ParameterAttribute : Attribute
J#
/** @attribute AttributeUsageAttribute(AttributeTargets.Field, AllowMultiple = False, Inherited = True) */
public class ParameterAttribute extends Attribute
JScript
public 
   AttributeUsageAttribute(AttributeTargets.Field, AllowMultiple = False, Inherited = True)
class ParameterAttribute extends Attribute

Inheritance Hierarchy

System.Object
   System.Attribute
      OpenQuant.API.ParameterAttribute

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also