AIMA.Core.Logic.FOL.StandardizeApartIndexicalImpl.getNextIndex C# (CSharp) Method

getNextIndex() public method

public getNextIndex ( ) : int
return int
        public int getNextIndex()
        {
            return index++;
        }
        // END-StandardizeApartIndexical