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; }
Public Default Property Item (
index As String
) As Feature
Get
Set
Parameters
- index
- Type: SystemString
The index
Return Value
Type:
Featurea Feature object
See Also