ParameterElementCollection::Item Property (Int32)
.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 element in the collection at the specified position.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
public: property ParameterElement^ default[ int index ] { ParameterElement^ get(int index); void set(int index, ParameterElement^ value); }
Parameters
- index
-
Type:
System::Int32
The position of the element in the collection to get or set.
Property Value
Type: System.Runtime.Serialization.Configuration::ParameterElement^A ParameterElement from the collection.
.NET Framework
Available since 3.0
Available since 3.0
Show: