Click or drag to resize

FeaturesItem Property (String)

Indexer -- returns an item from the collection.

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

Parameters

index
Type: SystemString
The index

Return Value

Type: Feature
a Feature object
See Also