- Recovery
This commit is contained in:
@@ -53,5 +53,9 @@ namespace CommonLibrary
|
||||
}
|
||||
return path.ToString();
|
||||
}
|
||||
public static bool IsDefault<T>(ref this T data) where T : struct
|
||||
{
|
||||
return default(T).Equals(data);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user