LookupList<T> methods

The LookupList<T> type exposes the following members.

Methods

  Name Description
Public method Add Adds the specified entity to the LookupList<T>.
Public method Assign Replaces the entities currently associated with this LookupList<T> with the specified collection.
Public method Clear Removes all entities from this LookupList<T>.
Public method Clone Creates a shallow copy of the LookupList<T>.
Public method Contains Indicates whether a specified entity is in the LookupList<T>.
Public method CopyTo Copies the members of the LookupList<T> to the specified array beginning at the specified array index.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Returns an enumerator that iterates through the LookupList<T>.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf Returns the zero-based index of the first occurrence of the specified entity in the LookupList<T>.
Public method Insert Inserts a specified item into the LookupList<T> at the specified index.
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove Removes the specified item from the LookupList<T>.
Public method RemoveAt Removes the item at the specified zero-based index of the LookupList<T>.
Public method ToString (Inherited from Object.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Returns an object that iterates the LookupList<T>.

Top

See also

Reference

LookupList<T> class

Microsoft.SharePoint.Linq namespace