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