Goedel.Persistence.Dump.Write C# (CSharp) Метод

Write() публичный статический Метод

public static Write ( IndexTerm IndexTerm ) : void
IndexTerm IndexTerm
Результат void
        public static void Write (IndexTerm IndexTerm) {
            Console.WriteLine("    [{0}]/[{1}]", IndexTerm.Type, IndexTerm.Term);

            }

Same methods

Dump::Write ( string File ) : void
Dump