Represents an Extended Data instance as a list of Xtome instances

The following tables list the members exposed by the XtomesList type.

Name Description
Public property Capacity (inherited from List<T>).
Public property Count (inherited from List<T>).
Public property Item (inherited from List<T>).
Top
Name Description
Public method Add (Overloaded) Adds an Xtome instanse to the Extended Data instance
Public method AddRange (Overloaded) Adds a collection of Xtome instances to the Extended Data instance
Public method AsReadOnly (inherited from List<T>).
Public method BinarySearch (Overloaded) (inherited from List<T>).
Public method Clear (inherited from List<T>).
Public method Contains (inherited from List<T>).
Public method ConvertAll (inherited from List<T>).
Public method CopyTo (Overloaded) (inherited from List<T>).
Public method Equals (Overloaded) (inherited from Object).
Public method Exists (inherited from List<T>).
Public method Find (inherited from List<T>).
Public method FindAll (inherited from List<T>).
Public method FindIndex (Overloaded) (inherited from List<T>).
Public method FindLast (inherited from List<T>).
Public method FindLastIndex (Overloaded) (inherited from List<T>).
Public method FindTome Retrieves a tome with a specified name. The name is not case sensitive.
Public method ForEach (inherited from List<T>).
Public method GetEnumerator (inherited from List<T>).
Public method GetHashCode (inherited from Object).
Public method GetRange (inherited from List<T>).
Public method GetType (inherited from Object).
Public method IndexOf (Overloaded) (inherited from List<T>).
Public method Insert (inherited from List<T>).
Public method InsertRange (inherited from List<T>).
Public method LastIndexOf (Overloaded) (inherited from List<T>).
Public method Static ReferenceEquals (inherited from Object).
Public method Remove (inherited from List<T>).
Public method RemoveAll (inherited from List<T>).
Public method RemoveAt (inherited from List<T>).
Public method RemoveRange (inherited from List<T>).
Public method RemoveTome Removes a tome with the specified name. The name is not case sensitive.
Public method Reverse (Overloaded) (inherited from List<T>).
Public method Sort (Overloaded) (inherited from List<T>).
Public method ToArray (inherited from List<T>).
Public method ToString (inherited from Object).
Public method TrimExcess (inherited from List<T>).
Public method TrueForAll (inherited from List<T>).
Top