Resolving warnings

This commit is contained in:
Chris Cameron
2017-08-25 17:01:20 -04:00
parent 2fa2972a52
commit ce73578609
3 changed files with 6 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
using System;
using ICD.Common.Properties;
namespace ICD.Common.Utils
{
@@ -10,6 +11,7 @@ namespace ICD.Common.Utils
/// <summary>
/// Returns true if this instance has been disposed.
/// </summary>
[PublicAPI]
bool IsDisposed { get; }
}
}