using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tango.Core
{
///
/// Represents an attribute for specifying properties to ignore as parameters.
///
///
public class ParameterIgnoreAttribute : Attribute
{
}
}