EntryPoint
Show / Hide Table of Contents

Class OperandAttribute

Declares a positional Operand argument

Inheritance
System.Object
System.Attribute
OperandAttribute
Syntax
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
public class OperandAttribute : Attribute, _Attribute

Constructors

| Improve this Doc

OperandAttribute(Int32)

Declares a positional Operand argument

Declaration
public OperandAttribute(int Position)
Parameters
Type Name Description
System.Int32 Position

The 1-Based position of the operand

Properties

| Improve this Doc

Position

The 1-Based position of the operand

Declaration
public int Position { get; set; }
Property Value
Type Description
System.Int32
  • Improve this Doc