mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 12:02:21 +02:00
Renamed argument
This commit is contained in:
parent
ada1aceef1
commit
8fe9843441
1 changed files with 2 additions and 2 deletions
|
@ -62,9 +62,9 @@ namespace System
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
public T GetValueOrDefault(T defaultmValue)
|
public T GetValueOrDefault(T defaultValue)
|
||||||
{
|
{
|
||||||
return mHasValue ? mValue : defaultmValue;
|
return mHasValue ? mValue : defaultValue;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override void ToString(String str)
|
public override void ToString(String str)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue