Exemple #1
0
 /// <summary>
 /// For the calling assembly to know what is and isn't present therein.
 /// </summary>
 /// <returns></returns>
 public static string[] PrintBlockedNameList()
 {
     return(DoNotReference.ToArray());
 }