WikiFunctions.Diff.IsPrepared C# (CSharp) Method

IsPrepared() private method

private IsPrepared ( Hashtable &bMatches ) : bool
bMatches System.Collections.Hashtable
return bool
        private bool IsPrepared(out Hashtable bMatches)
        {
            bMatches = null;
            return false;
        }