Click or drag to resize

TermResultRecordExtensionsGetTerms Method (ITermResultRecord)

Returns all terms from the a result record.

Namespace:  Colygon.MatchPoint.Taxonomy
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public static IEnumerable<Term> GetTerms(
	this ITermResultRecord source
)

Parameters

source
Type: Colygon.MatchPoint.TaxonomyITermResultRecord

Return Value

Type: IEnumerableTerm

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ITermResultRecord. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also