Class Delimiter
Represents the methods and properties for Delimiter element and its attributes
Inheritance
System.Object
Delimiter
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: Syncfusion.PMML
Assembly: Syncfusion.PMML.Base.dll
Syntax
public class Delimiter
Constructors
Delimiter()
Declaration
public Delimiter()
Properties
Delimiters
Gets the delimiter value
Declaration
public string Delimiters { get; }
Property Value
Type |
---|
System.String |
Gap
Gets the gap value
Declaration
public string Gap { get; }
Property Value
Type |
---|
System.String |