ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TuplePair - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TuplePair

    Class for storing three strings.

    Inheritance
    System.Object
    TuplePair
    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.EJ.Export
    Assembly: Syncfusion.EJ.Export.dll
    Syntax
    public class TuplePair

    Constructors

    TuplePair(String, String, String)

    Declaration
    public TuplePair(string Value1, string Value2, string Value3)
    Parameters
    Type Name Description
    System.String Value1
    System.String Value2
    System.String Value3

    Properties

    Item1

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

    Item2

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

    Item3

    Declaration
    public string Item3 { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved