ComponentOne PDF for .NET
CSJ2K.j2k.util Namespace / ParameterList Class / ParameterList Constructor / ParameterList Constructor(ParameterList)
The defaults parameters

In This Topic
    ParameterList Constructor(ParameterList)
    In This Topic
    Constructs an empty ParameterList object with the provided default parameters. The list can be later updated by adding elements one by one, by loading them from a file, or by initializing them from an argument string.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal def As ParameterList _
    )
    public ParameterList( 
       ParameterList def
    )

    Parameters

    def
    The defaults parameters
    See Also