difference between [input] and [InputAttribute]

Questions about MultiCharts .NET and user contributed studies.
viresearch
Posts: 12
Joined: 21 Mar 2013

difference between [input] and [InputAttribute]

Postby viresearch » 11 Apr 2013

When I define the input variable, what is the difference between [input] and [InputAttribute]?

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: difference between [input] and [InputAttribute]

Postby Henry MultiСharts » 12 Apr 2013

Hello viresearch,

Quote: By convention, all attribute names end with the word "Attribute" to distinguish them from other items in the .NET Framework. However, you do not need to specify the attribute suffix when using attributes in code. For example, you can specify InputAttribute as follows:

Code: Select all

[Input] == [InputAttribute]
Source:Attributes Tutorial(C#) @ MSDN


Return to “MultiCharts .NET”