Class ArrayClass
Represents the properties and methods for ArrayClass element and its attributes
Inheritance
System.Object
ArrayClass
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.UWP.dll
Syntax
public class ArrayClass : Object
Constructors
ArrayClass()
Declaration
public ArrayClass()
Properties
ElementsCount
Gets the number of elements present
Declaration
public int ElementsCount { get; }
Property Value
Type |
---|
System.Int32 |
Type
Gets the Data type of the attribute
Declaration
public string Type { get; }
Property Value
Type |
---|
System.String |
Methods
GetElements()
Returns the Array of objects
Declaration
public string[] GetElements()
Returns
Type | Description |
---|---|
System.String[] | Array of Clone objects |