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;
        }