SchemaImporterExtensionCollection::Item Property (Int32)

 

Gets the SchemaImporterExtensionCollection at the specified index.

Namespace:   System.Xml.Serialization.Advanced
Assembly:  System.Xml (in System.Xml.dll)

public:
property SchemaImporterExtension^ default[
	int index
] {
	SchemaImporterExtension^ get(int index);
	void set(int index, SchemaImporterExtension^ value);
}

Parameters

index
Type: System::Int32

The index of the item to find.

.NET Framework
Available since 2.0
Return to top
Show: