IndexCollectionItem Property
Gets the Index object at the specified position.
Namespace: Mythicsoft.Search.CoreAssembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
public Index this[
int nPosition
] { get; }
public:
property Index^ default[int nPosition] {
Index^ get (int nPosition);
}
- nPosition Int32
-
IndexThe
Index object at the specified position.