ServiceModelExtensionCollectionElement<TServiceModelExtensionElement>::Item Property (Int32)

 

Gets the item at the specified index within the collection.

Namespace:   System.ServiceModel.Configuration
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: TServiceModelExtensionElement

A ServiceModelExtensionElement that represents the item located at the specified index within the collection.

.NET Framework
Available since 3.0
Return to top
Show: