Code cleanup
This commit is contained in:
@@ -55,6 +55,7 @@ namespace MarketData
|
||||
catch {result = default(T);}
|
||||
return result;
|
||||
}
|
||||
|
||||
public T Coalesce<T>(String name,T coalesce)
|
||||
{
|
||||
T result=default(T);
|
||||
@@ -66,6 +67,7 @@ namespace MarketData
|
||||
catch {result = default(T);}
|
||||
return result;
|
||||
}
|
||||
|
||||
public T Coalesce<T>(String name)
|
||||
{
|
||||
T result=default(T);
|
||||
|
||||
Reference in New Issue
Block a user