ParameterElement::Index Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets or sets the position of the generic known type.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
public: [ConfigurationPropertyAttribute("index", DefaultValue = 0)] [IntegerValidatorAttribute(MinValue = 0)] property int Index { int get(); void set(int value); }
Property Value
Type: System::Int32The position of the parameter in the containing generic declared type.
.NET Framework
Available since 3.0
Available since 3.0
Show: