Show / Hide Table of Contents

Class ParsableDataSet<T>

Inheritance
System.Object
DataSet<T>
ParsableDataSet<T>
Implements
IReadOnlyList<T>
Inherited Members
DataSet<T>.Count
DataSet<T>.Item[System.Int32]
DataSet<T>.Add(T)
DataSet<T>.AddNew()
DataSet<T>.AddString(System.String)
DataSet<T>.AddStrings(System.Collections.IEnumerable<System.String>)
DataSet<T>.Clear()
DataSet<T>.Contains(T)
DataSet<T>.RemoveAt(System.Int32)
DataSet<T>.GetAsString(System.Int32)
DataSet<T>.SetFromString(System.Int32, System.String)
DataSet<T>.GetEnumerator()
Namespace: AssetRipper.Import.Configuration
Assembly: AssetRipper.Import.dll
Syntax
public sealed class ParsableDataSet<T> : DataSet<T> where T : IParsable<T>, new()
Type Parameters
Name Description
T

Constructors

| Improve this Doc View Source

ParsableDataSet()

Declaration
public ParsableDataSet()
| Improve this Doc View Source

ParsableDataSet(List<T>)

Declaration
public ParsableDataSet(List<T> list)
Parameters
Type Name Description
List<T> list

Implements

IReadOnlyList<>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾