menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ArrayClass - Xamarin.Android 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
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Portable.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

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