mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-14 20:25:01 +00:00
proper casing
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{
|
||||
public static class BoolExtensions
|
||||
{
|
||||
public static ushort ToUshort(this bool b)
|
||||
public static ushort ToUShort(this bool b)
|
||||
{
|
||||
return b ? (ushort)1 : (ushort)0;
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
namespace ICD.Common.Utils.Extensions
|
||||
{
|
||||
public static class UshortExtensions
|
||||
public static class UShortExtensions
|
||||
{
|
||||
public static bool ToBool(this ushort u)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user