alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ScriptObjectCollection

    Type-safe collection for ScriptObject objects.

    Inheritance
    System.Object
    ScriptObjectCollection
    Namespace: Syncfusion.Scripting
    Assembly: Syncfusion.Scripting.Base.dll
    Syntax
    public class ScriptObjectCollection : CollectionBase

    Constructors

    ScriptObjectCollection()

    Declaration
    public ScriptObjectCollection()

    Properties

    Item[Int32]

    Declaration
    public ScriptObject this[int index] { get; set; }
    Parameters
    Type Name Description
    System.Int32 index
    Property Value
    Type
    ScriptObject

    Methods

    Add(ScriptObject)

    Declaration
    public int Add(ScriptObject scriptObj)
    Parameters
    Type Name Description
    ScriptObject scriptObj
    Returns
    Type
    System.Int32

    Contains(ScriptObject)

    Declaration
    public bool Contains(ScriptObject scriptObj)
    Parameters
    Type Name Description
    ScriptObject scriptObj
    Returns
    Type
    System.Boolean

    Remove(ScriptObject)

    Declaration
    public void Remove(ScriptObject scriptObj)
    Parameters
    Type Name Description
    ScriptObject scriptObj
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved