Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) Prefs.Add Examples
Programming Language:
C# (CSharp)
Class/Type:
Prefs
Method/Function:
Add
Examples at hotexamples.com:
1
C# (CSharp) Prefs.Add - 1 examples found
. These are the top rated real world C# (CSharp) examples of
Prefs.Add
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
GetBoolNoCache(30)
Get(9)
Exists(7)
From(7)
Game_SaveName(7)
Game_LoadState(6)
Game_LevelName(6)
GetBool(5)
getToken(4)
Delete(3)
DeleteAll(3)
Exist(3)
AddToNumHint(2)
GetHeadToken(1)
getStage(1)
GetBg(1)
getText(1)
Add(1)
AddGameController(1)
DeleteKey(1)
DebugPrintPreferences(1)
ClearStats(1)
ClearRecords(1)
ClearHighest(1)
ClearAll(1)
Apply(1)
AddHighScore(1)
setToken(1)
Frequently Used Methods
GetBoolNoCache (30)
Get (9)
Exists (7)
From (7)
Game_SaveName (7)
Game_LoadState (6)
Game_LevelName (6)
GetBool (5)
getToken (4)
Delete (3)
Frequently Used Methods
DeleteAll (3)
Exist (3)
AddToNumHint (2)
GetHeadToken (1)
getStage (1)
GetBg (1)
getText (1)
Add (1)
AddGameController (1)
DeleteKey (1)
DebugPrintPreferences (1)
ClearStats (1)
ClearRecords (1)
ClearHighest (1)
ClearAll (1)
Apply (1)
AddHighScore (1)
setToken (1)
Frequently Used Methods
DebugPrintPreferences (1)
ClearStats (1)
ClearRecords (1)
ClearHighest (1)
ClearAll (1)
Apply (1)
AddHighScore (1)
setToken (1)
Example #1
0
Show file
File:
UserPreferences.cs
Project:
TimSijstermans/INFDTA01-Assignment1
public void AddRating(int article, double rating) { Prefs.Add(article, rating); }
x