Click or drag to resize

ExtensionsItem Property (Int32)

Indexer for this collection.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public ExtensionInfo this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32

Property Value

Type: ExtensionInfo
Remarks
The indexer permists instances of this class to be indexed in the same way as arrays.
See Also