Class LanguageBranchCollection
Represents a collection of LanguageBranch classes.
Implements
System.Collections.Generic.IList<LanguageBranch>
    System.Collections.Generic.ICollection<LanguageBranch>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<LanguageBranch>
    System.Collections.Generic.IReadOnlyCollection<LanguageBranch>
    System.Collections.Generic.IEnumerable<LanguageBranch>
    System.Collections.IEnumerable
  Inherited Members
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.System.Collections.IList.get_Item(System.Int32)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.System.Collections.IList.set_Item(System.Int32, System.Object)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.Add(EPiServer.DataAbstraction.LanguageBranch)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.System.Collections.IList.Add(System.Object)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.AddRange(System.Collections.Generic.IEnumerable<EPiServer.DataAbstraction.LanguageBranch>)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.AsReadOnly()
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.BinarySearch(System.Int32, System.Int32, EPiServer.DataAbstraction.LanguageBranch, System.Collections.Generic.IComparer<EPiServer.DataAbstraction.LanguageBranch>)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.BinarySearch(EPiServer.DataAbstraction.LanguageBranch)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.BinarySearch(EPiServer.DataAbstraction.LanguageBranch, System.Collections.Generic.IComparer<EPiServer.DataAbstraction.LanguageBranch>)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.Clear()
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.Contains(EPiServer.DataAbstraction.LanguageBranch)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.System.Collections.IList.Contains(System.Object)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.ConvertAll<TOutput>(System.Converter<EPiServer.DataAbstraction.LanguageBranch, TOutput>)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.CopyTo(EPiServer.DataAbstraction.LanguageBranch[])
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.CopyTo(System.Int32, EPiServer.DataAbstraction.LanguageBranch[], System.Int32, System.Int32)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.CopyTo(EPiServer.DataAbstraction.LanguageBranch[], System.Int32)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.Exists(System.Predicate<EPiServer.DataAbstraction.LanguageBranch>)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.Find(System.Predicate<EPiServer.DataAbstraction.LanguageBranch>)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.FindAll(System.Predicate<EPiServer.DataAbstraction.LanguageBranch>)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.FindIndex(System.Predicate<EPiServer.DataAbstraction.LanguageBranch>)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.FindIndex(System.Int32, System.Predicate<EPiServer.DataAbstraction.LanguageBranch>)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.FindIndex(System.Int32, System.Int32, System.Predicate<EPiServer.DataAbstraction.LanguageBranch>)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.FindLast(System.Predicate<EPiServer.DataAbstraction.LanguageBranch>)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.FindLastIndex(System.Predicate<EPiServer.DataAbstraction.LanguageBranch>)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.FindLastIndex(System.Int32, System.Predicate<EPiServer.DataAbstraction.LanguageBranch>)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.FindLastIndex(System.Int32, System.Int32, System.Predicate<EPiServer.DataAbstraction.LanguageBranch>)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.ForEach(System.Action<EPiServer.DataAbstraction.LanguageBranch>)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.GetEnumerator()
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.System.Collections.Generic.IEnumerable<EPiServer.DataAbstraction.LanguageBranch>.GetEnumerator()
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.System.Collections.IEnumerable.GetEnumerator()
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.GetRange(System.Int32, System.Int32)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.IndexOf(EPiServer.DataAbstraction.LanguageBranch)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.System.Collections.IList.IndexOf(System.Object)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.IndexOf(EPiServer.DataAbstraction.LanguageBranch, System.Int32)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.IndexOf(EPiServer.DataAbstraction.LanguageBranch, System.Int32, System.Int32)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.Insert(System.Int32, EPiServer.DataAbstraction.LanguageBranch)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.System.Collections.IList.Insert(System.Int32, System.Object)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<EPiServer.DataAbstraction.LanguageBranch>)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.LastIndexOf(EPiServer.DataAbstraction.LanguageBranch)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.LastIndexOf(EPiServer.DataAbstraction.LanguageBranch, System.Int32)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.LastIndexOf(EPiServer.DataAbstraction.LanguageBranch, System.Int32, System.Int32)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.Remove(EPiServer.DataAbstraction.LanguageBranch)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.System.Collections.IList.Remove(System.Object)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.RemoveAll(System.Predicate<EPiServer.DataAbstraction.LanguageBranch>)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.RemoveAt(System.Int32)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.RemoveRange(System.Int32, System.Int32)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.Reverse()
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.Reverse(System.Int32, System.Int32)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.Sort()
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.Sort(System.Collections.Generic.IComparer<EPiServer.DataAbstraction.LanguageBranch>)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<EPiServer.DataAbstraction.LanguageBranch>)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.Sort(System.Comparison<EPiServer.DataAbstraction.LanguageBranch>)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.ToArray()
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.TrimExcess()
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.TrueForAll(System.Predicate<EPiServer.DataAbstraction.LanguageBranch>)
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.Capacity
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.Count
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.System.Collections.IList.IsFixedSize
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.System.Collections.Generic.ICollection<EPiServer.DataAbstraction.LanguageBranch>.IsReadOnly
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.System.Collections.IList.IsReadOnly
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.System.Collections.ICollection.IsSynchronized
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.System.Collections.ICollection.SyncRoot
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.Item[System.Int32]
    
    
      System.Collections.Generic.List<EPiServer.DataAbstraction.LanguageBranch>.System.Collections.IList.Item[System.Int32]
    
    
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public class LanguageBranchCollection : List<LanguageBranch>, IList<LanguageBranch>, ICollection<LanguageBranch>, IList, ICollection, IReadOnlyList<LanguageBranch>, IReadOnlyCollection<LanguageBranch>, IEnumerable<LanguageBranch>, IEnumerableConstructors
LanguageBranchCollection()
Declaration
public LanguageBranchCollection()Implements
      System.Collections.Generic.IList<T>
  
  
      System.Collections.Generic.ICollection<T>
  
  
      System.Collections.IList
  
  
      System.Collections.ICollection
  
  
      System.Collections.Generic.IReadOnlyList<T>
  
  
      System.Collections.Generic.IReadOnlyCollection<T>
  
  
      System.Collections.Generic.IEnumerable<T>
  
  
      System.Collections.IEnumerable
  
  