WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ArrayClass - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ArrayClass

    Represents the properties and methods for ArrayClass element and its attributes

    Inheritance
    System.Object
    ArrayClass
    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: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Base.dll
    Syntax
    public class ArrayClass

    Constructors

    ArrayClass()

    Declaration
    public ArrayClass()

    Properties

    ElementsCount

    Gets the number of elements present

    Declaration
    public int ElementsCount { get; }
    Property Value
    Type Description
    System.Int32

    Type

    Gets the Data type of the attribute

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

    Methods

    GetElements()

    Returns the Array of objects

    Declaration
    public string[] GetElements()
    Returns
    Type Description
    System.String[]

    Array of Clone objects

    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved