Class UsedPrefKeysUtils
Inheritance
UsedPrefKeysUtils
Assembly: SoDataBase.dll
Syntax
public class UsedPrefKeysUtils : Object
Constructors
UsedPrefKeysUtils()
Declaration
public UsedPrefKeysUtils()
Methods
GetUsedPrefKeys()
Declaration
public static HashSet<string> GetUsedPrefKeys()
Returns
GetUsedPrefKeysInSection(String)
Declaration
public static HashSet<string> GetUsedPrefKeysInSection(string section)
Parameters
Type |
Name |
Description |
String |
section |
|
Returns
Extension Methods
EnumUtil.MapEnums<From, To>(From)