ServiceModelExtensionCollectionElement<TServiceModelExtensionElement>::Item Property (Int32)
.NET Framework (current version)
Gets the item at the specified index within the collection.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property TServiceModelExtensionElement default[ int index ] { TServiceModelExtensionElement get(int index); }
Parameters
- index
-
Type:
System::Int32
The index of the item in the collection to retrieve.
Property Value
Type: TServiceModelExtensionElementA ServiceModelExtensionElement that represents the item located at the specified index within the collection.
.NET Framework
Available since 3.0
Available since 3.0
Show: