Nevron .NET Vision
Nevron.FormulaEngine Namespace / NFunctionCollection Class / Add Method


In This Topic
    Add Method (NFunctionCollection)
    In This Topic
    Adds a function
    Syntax
    'Declaration
     
    
    Public Sub Add( _
       ByVal func As INFunction _
    ) 
    'Usage
     
    
    Dim instance As NFunctionCollection
    Dim func As INFunction
     
    instance.Add(func)
    public void Add( 
       INFunction func
    )

    Parameters

    func
    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