TheTipList Class

Namespace
Atavism
Interfaces
  • ICloneable
  • IList<string>
  • ICollection<string>
  • IEnumerable<string>
  • IEnumerable
Base Types
graph BT Type-->Base0["ReorderableArray<string>"] Base0-->Base1["object"] Type-.->Interface0["ICloneable"] Type-.->Interface1["IList<string>"] Type-.->Interface2["ICollection<string>"] Type-.->Interface3["IEnumerable<string>"] Type-.->Interface4["IEnumerable"] Type["TheTipList"] class Type type-node

Syntax

[Serializable]
public class TheTipList : ReorderableArray<string>, ICloneable, IList<string>, ICollection<string>, 
    IEnumerable<string>, IEnumerable

Attributes

Type Description
SerializableAttribute

Extension Methods