Class CollectionBaseEx<T>.CollectionSet
  
  
  
  
    Inheritance
    System.Object
    CollectionBaseEx<T>.CollectionSet
   
  
  Assembly: Syncfusion.XlsIO.Portable.dll
  Syntax
  
    public sealed class CollectionSet : MulticastDelegate
   
  Constructors
  
  
  
  
  CollectionSet(Object, IntPtr)
  
  
  Declaration
  
    public CollectionSet(object object, IntPtr method)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        object | 
         | 
      
      
        | System.IntPtr | 
        method | 
         | 
      
    
  
  Methods
  
  
  
  
  BeginInvoke(Int32, Object, Object, AsyncCallback, Object)
  
  
  Declaration
  
    public virtual IAsyncResult BeginInvoke(int index, object old, object value, AsyncCallback callback, object object)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Int32 | 
        index | 
         | 
      
      
        | System.Object | 
        old | 
         | 
      
      
        | System.Object | 
        value | 
         | 
      
      
        | System.AsyncCallback | 
        callback | 
         | 
      
      
        | System.Object | 
        object | 
         | 
      
    
  
  Returns
  
  
  
  
  EndInvoke(IAsyncResult)
  
  
  Declaration
  
    public virtual void EndInvoke(IAsyncResult result)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.IAsyncResult | 
        result | 
         | 
      
    
  
  
  
  
  Invoke(Int32, Object, Object)
  
  
  Declaration
  
    public virtual void Invoke(int index, object old, object value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Int32 | 
        index | 
         | 
      
      
        | System.Object | 
        old | 
         | 
      
      
        | System.Object | 
        value | 
         |