Nevron .NET Vision
Nevron.Collections Namespace / NDelegateStorage Class / GetDelegate Method
delegate key


In This Topic
    GetDelegate Method
    In This Topic
    Gets the delegate for the specified key
    Syntax
    'Declaration
     
    
    Public Overridable Function GetDelegate( _
       ByVal key As System.Integer _
    ) As System.Delegate
    'Usage
     
    
    Dim instance As NDelegateStorage
    Dim key As System.Integer
    Dim value As System.Delegate
     
    value = instance.GetDelegate(key)
    public virtual System.Delegate GetDelegate( 
       System.int key
    )

    Parameters

    key
    delegate key

    Return Value

    delegate instance if delegate for the specified key exists, otherwise false
    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