[DatFiles/] Add descriptors to each class

This commit is contained in:
Matt Nadareski
2017-10-09 13:08:15 -07:00
parent 72b89100fa
commit ce3900c1b1
12 changed files with 40 additions and 4 deletions

View File

@@ -7,6 +7,9 @@ using SabreTools.Library.Items;
namespace SabreTools.Library.DatFiles
{
/// <summary>
/// Represents the filtering operations that need to be performed on a set of items, usually a DAT
/// </summary>
public class Filter
{
#region Private instance variables