Click or drag to resize
IntIndexSet Method
Overload List
  NameDescription
Public methodSet(IEnumerableString)
Sets the term collection to those term values in the IEnumerableT collection values. Deletes any existing terms in the collection. Similar to an overwriting assignment.
Public methodSet(String)
Sets the term collection to those term values in param string[] values. Deletes any existing terms in the collection. Similar to an overwriting assignment.
Public methodSet(IEnumerableTIndex)
Sets the term collection to those terms in values collection. Deletes any existing terms in the collection. Similar to an overwriting assignment.
(Inherited from SecondaryIndexTClass, TIndex.)
Public methodSet(TIndex)
Sets the term collection to those terms in values params array. Deletes any existing terms in the collection. Similar to an overwriting assignment.
(Inherited from SecondaryIndexTClass, TIndex.)
Top
See Also