示例#1
0
 /// <summary>
 /// Checks if the configuration exists in the active document
 /// </summary>
 /// <param name="name">Name of the configuration to check for</param>
 /// <returns></returns>
 public bool ConfigurationExists(string name) => ConfigurationNames.Exists(x => x == name);