mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add Clone tests, add remark to Clone
This commit is contained in:
@@ -539,6 +539,10 @@ namespace SabreTools.DatItems
|
||||
/// Clone the DatItem
|
||||
/// </summary>
|
||||
/// <returns>Clone of the DatItem</returns>
|
||||
/// <remarks>
|
||||
/// Throws an exception if there is a DatItem implementation
|
||||
/// that is not a part of this library.
|
||||
/// </remarks>
|
||||
public override object Clone()
|
||||
{
|
||||
var concrete = Array.Find(Assembly.GetExecutingAssembly().GetTypes(),
|
||||
|
||||
Reference in New Issue
Block a user