Class SingleCharPcsClassifierTests.ClassifierBuilderInput
Inheritance
System.Object
SingleCharPcsClassifierTests.ClassifierBuilderInput
Implements
System.IEquatable<SingleCharPcsClassifierTests.ClassifierBuilderInput>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: MoreStructures.Tests.SuffixArrays.CyclicShifts
Assembly: MoreStructures.Tests.dll
Syntax
public sealed class ClassifierBuilderInput : IEquatable<SingleCharPcsClassifierTests.ClassifierBuilderInput>
Constructors
| Improve this Doc View SourceClassifierBuilderInput(String, Boolean)
Declaration
public ClassifierBuilderInput(string Input, bool InputWithTerminator)
Parameters
Type | Name | Description |
---|---|---|
System.String | Input | |
System.Boolean | InputWithTerminator |
Properties
| Improve this Doc View SourceInput
Declaration
public string Input { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InputWithTerminator
Declaration
public bool InputWithTerminator { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>