Class TrackCollection
  
  
  
  
    Inheritance
    System.Object
    TrackCollection
      
   
  
    Implements
    System.Collections.Generic.IEnumerable
   
  
  Assembly: cs.temp.dll.dll
  
  
    public abstract class TrackCollection
   
  Properties
  
  
  
  
  
  Declaration
  
    public abstract int Count { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
  
  
  
  Declaration
  
    public virtual TrackType TrackType { get; }
   
  Property Value
  
  Methods
  
  
  
  
  
  Declaration
  
    public abstract IEnumerator GetEnumerator()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Collections.Generic.IEnumerator | 
         | 
      
    
  
  Implements
  
      System.Collections.Generic.IEnumerable