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 DocOperandAttribute(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 DocPosition
The 1-Based position of the operand
Declaration
public int Position { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |