Artificial Intelligence
Artificial Intelligence
Information

Fact(Fact) constructor


      Initializes a new instance of the Fact class from another object of the same class.


Namespace : ielib
Assembly : ielib.dll

public Fact(Fact f)

Parameters

Type: ielib.Fact

f: represents an instance of the class Fact.

      Note: This constructor is used to clone an object of the class Fact.