WikiFunctions.Diff.IsPrepared C# (CSharp) Méthode

IsPrepared() private méthode

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