Nevron .NET Vision
Nevron.FormulaEngine Namespace / NVariableCollection Class
Members


In This Topic
    NVariableCollection Class
    In This Topic
    The NVariableCollection class represents a collection in which variable values are identified by their names
    Object Model
    NVariableCollection Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    Public Class NVariableCollection 
    'Usage
     
    
    Dim instance As NVariableCollection
    [System.Reflection.DefaultMember("Item")]
    public class NVariableCollection 
    Remarks
    The NVariableCollection serves as a dictionary, which associates a NVariant value with each variable name, which can appear in an expression.
    Inheritance Hierarchy

    System.Object
       Nevron.FormulaEngine.NVariableCollection

    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