// ----------------------------------------------------------------------- // // TODO: Update copyright text. // // ----------------------------------------------------------------------- namespace Lucene.Net.Internal { using System; using System.Collections.Generic; using System.Linq; using System.Text; internal class ReferenceType { public string Name { get; set; } } }