AppSettings.SubdirSubSubDirExample3Settings.Get C# (CSharp) Method

Get() public static method

Get class by primary key: SubdirSubSubDirExample3
public static Get ( string primaryKey ) : SubdirSubSubDirExample3Setting
primaryKey string
return SubdirSubSubDirExample3Setting
        public static SubdirSubSubDirExample3Setting Get(string primaryKey)
        {
            SubdirSubSubDirExample3Setting setting;
            if (GetInstance()._dict.TryGetValue(primaryKey, out setting)) return setting;
            return null;
        }