Bamboo.Prevalence.Indexing.SearchHit.Clone C# (CSharp) 메소드

Clone() 공개 메소드

Creates a clone from this object.
public Clone ( ) : SearchHit
리턴 SearchHit
		public SearchHit Clone()
		{
			return new SearchHit(_record);
		}
	}