WikiFunctions.Diff.IsPrepared C# (CSharp) Метод

IsPrepared() приватный Метод

private IsPrepared ( Hashtable &bMatches ) : bool
bMatches System.Collections.Hashtable
Результат bool
        private bool IsPrepared(out Hashtable bMatches)
        {
            bMatches = null;
            return false;
        }