Show / Hide Table of Contents

Class ThesaurusHelper.ThesaurusMatch

Inheritance
System.Object
ThesaurusHelper.ThesaurusMatch
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SecureExchangesSDK.Helpers
Assembly: SecureExchangesSDK.dll
Syntax
public class ThesaurusMatch

Properties

Sentence

Declaration
public string Sentence { get; set; }
Property Value
Type Description
System.String

WordsMatchs

Declaration
public List<string> WordsMatchs { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX