Nevron.Collections Namespace / NDelegateStorage Class / AddDelegate Method


In This Topic
    AddDelegate Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Sub AddDelegate( _
       ByVal key As System.Integer, _
       ByVal delegateToAdd As System.Delegate _
    ) 
    'Usage
     
    
    Dim instance As NDelegateStorage
    Dim key As System.Integer
    Dim delegateToAdd As System.Delegate
     
    instance.AddDelegate(key, delegateToAdd)
    public virtual void AddDelegate( 
       System.int key,
       System.Delegate delegateToAdd
    )

    Parameters

    key
    delegateToAdd
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also