Artificial Intelligence
Artificial Intelligence
Information

Package.Item property


      Gets an element (an object of the class Fact) located at the specified index.


Namespace : ielib
Assembly : ielib.dll

public Fact Item[int index] { get; }

Parameters

Type: System.Int32

Index : Basic zero-based index of the element to get.

Property value

Type : ielib.Fact

Represents a class Fact object at the specified index.