Artificial Intelligence
Artificial Intelligence
Information

KnowledgeBase.Item property


      Gets a Fact class object at the index specified (from version 1.2.0.0).


Namespace : ielib
Assembly : ielib.dll

public Fact Item[int i] { get; }

Parameters

Type: System.int

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

Property value

Type : ielib.Fact

Represents an object of the Fact class, if the index is out of the list, null will be returned.