Show / Hide Table of Contents

Class TaggedDataList

The Tagged Data List class. A class that is a wrapper for a System.Collections.Generic.List<T> where T is TaggedData.

Inheritance
System.Object
TaggedDataList
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dxflib.IO
Assembly: Dxflib.dll
Syntax
public class TaggedDataList

Constructors

| Improve this Doc View Source

TaggedDataList(String[])

Declaration
public TaggedDataList(string[] stringList)
Parameters
Type Name Description
System.String[] stringList

Properties

| Improve this Doc View Source

Length

Total Length of the list

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

Methods

| Improve this Doc View Source

GetPair(Int32)

Declaration
public TaggedData GetPair(int index)
Parameters
Type Name Description
System.Int32 index
Returns
Type Description
TaggedData
  • Improve this Doc
  • View Source
Back to top Generated by DocFX