예제 #1
0
파일: Facet.cs 프로젝트: vforget/blip
 /// <summary>
 /// Add a FacetValue to the Facet
 /// </summary>
 /// <param name="fv">A FacetValue to add to the list of Values.</param>
 public void Add(FacetValue fv)
 {
     Values.Add(fv);
 }
예제 #2
0
파일: Facet.cs 프로젝트: vishalishere/blip
 /// <summary>
 /// Add a FacetValue to the Facet
 /// </summary>
 /// <param name="fv">A FacetValue to add to the list of Values.</param>
 public void Add(FacetValue fv)
 {
     Values.Add(fv);
 }