Class StringCollection
Represents string collection.
Inheritance
System.Object
    System.Collections.ObjectModel.Collection<System.String>
    Collection<System.String>
    StringCollection
  Implements
System.Collections.Generic.IList<System.String>
    System.Collections.Generic.ICollection<System.String>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<System.String>
    System.Collections.Generic.IReadOnlyCollection<System.String>
    System.Collections.Generic.IEnumerable<System.String>
    System.Collections.IEnumerable
    
  Inherited Members
      System.Collections.ObjectModel.Collection<System.String>.Add(System.String)
    
    
      System.Collections.ObjectModel.Collection<System.String>.Clear()
    
    
      System.Collections.ObjectModel.Collection<System.String>.CopyTo(System.String[], System.Int32)
    
    
      System.Collections.ObjectModel.Collection<System.String>.Contains(System.String)
    
    
      System.Collections.ObjectModel.Collection<System.String>.GetEnumerator()
    
    
      System.Collections.ObjectModel.Collection<System.String>.IndexOf(System.String)
    
    
      System.Collections.ObjectModel.Collection<System.String>.Insert(System.Int32, System.String)
    
    
      System.Collections.ObjectModel.Collection<System.String>.Remove(System.String)
    
    
      System.Collections.ObjectModel.Collection<System.String>.RemoveAt(System.Int32)
    
    
      System.Collections.ObjectModel.Collection<System.String>.System.Collections.IEnumerable.GetEnumerator()
    
    
      System.Collections.ObjectModel.Collection<System.String>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    
    
      System.Collections.ObjectModel.Collection<System.String>.System.Collections.IList.get_Item(System.Int32)
    
    
      System.Collections.ObjectModel.Collection<System.String>.System.Collections.IList.set_Item(System.Int32, System.Object)
    
    
      System.Collections.ObjectModel.Collection<System.String>.System.Collections.IList.Add(System.Object)
    
    
      System.Collections.ObjectModel.Collection<System.String>.System.Collections.IList.Contains(System.Object)
    
    
      System.Collections.ObjectModel.Collection<System.String>.System.Collections.IList.IndexOf(System.Object)
    
    
      System.Collections.ObjectModel.Collection<System.String>.System.Collections.IList.Insert(System.Int32, System.Object)
    
    
      System.Collections.ObjectModel.Collection<System.String>.System.Collections.IList.Remove(System.Object)
    
    
      System.Collections.ObjectModel.Collection<System.String>.Count
    
    
      System.Collections.ObjectModel.Collection<System.String>.Items
    
    
      System.Collections.ObjectModel.Collection<System.String>.Item[System.Int32]
    
    
      System.Collections.ObjectModel.Collection<System.String>.System.Collections.Generic.ICollection<System.String>.IsReadOnly
    
    
      System.Collections.ObjectModel.Collection<System.String>.System.Collections.ICollection.IsSynchronized
    
    
      System.Collections.ObjectModel.Collection<System.String>.System.Collections.ICollection.SyncRoot
    
    
      System.Collections.ObjectModel.Collection<System.String>.System.Collections.IList.Item[System.Int32]
    
    
      System.Collections.ObjectModel.Collection<System.String>.System.Collections.IList.IsReadOnly
    
    
      System.Collections.ObjectModel.Collection<System.String>.System.Collections.IList.IsFixedSize
    
    
      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: Mediachase.BusinessFoundation.Data
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 10.8.0Syntax
public class StringCollection : Collection<string>, IList<string>, ICollection<string>, IList, ICollection, IReadOnlyList<string>, IReadOnlyCollection<string>, IEnumerable<string>, IEnumerable, IChangeTracking
  Constructors
StringCollection()
Initializes a new instance of the StringCollection class.
Declaration
public StringCollection()
  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