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