mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-04 15:25:14 +00:00
refactor: Tidying
This commit is contained in:
@@ -233,7 +233,9 @@ namespace ICD.Common.Utils
|
||||
.GetTypeInfo()
|
||||
#endif
|
||||
.GetProperties()
|
||||
// ReSharper disable InvokeAsExtensionMethod
|
||||
.Where(p => ReflectionExtensions.GetCustomAttributes<T>(p, inherit).Any());
|
||||
// ReSharper restore InvokeAsExtensionMethod
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
@@ -71,7 +71,10 @@ namespace ICD.Common.Utils.Extensions
|
||||
sigBuilder.Append("(");
|
||||
|
||||
firstParam = true;
|
||||
|
||||
#if !SIMPLSHARP
|
||||
bool secondParam = false;
|
||||
#endif
|
||||
|
||||
foreach (ParameterInfo param in method.GetParameters())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user