Syntax
struct FunctionArgument;
Description
contains the description of a single argument within a
FunctionDescription .
Field Summary
|
Name |
the name of the argument.
|
|
Description |
a description of the argument.
|
|
IsOptional |
if the argument is optional.
|
|
Field Details
|
|
Syntax
string Name;
Description
the name of the argument.
Syntax
string Description;
Description
a description of the argument.
Syntax
boolean IsOptional;
Description
if the argument is optional.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.