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 SourceTaggedDataList(String[])
Declaration
public TaggedDataList(string[] stringList)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | stringList |
Properties
| Improve this Doc View SourceLength
Total Length of the list
Declaration
public int Length { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceGetPair(Int32)
Declaration
public TaggedData GetPair(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Returns
Type | Description |
---|---|
TaggedData |