VEGAS AS3 Reference
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Interface ArgumentInfo
Properties
|
Methods
Package
system.reflection
Interface
public interface ArgumentInfo extends
MemberInfo
This interface defines the argument information tool objects.
Public Properties
Hide Inherited Public Properties
Show Inherited Public Properties
Property
Defined by
name
: String
Indicates the name of the member object.
MemberInfo
type
: String
Indicates the String representation of the type of the member object.
MemberInfo
Public Methods
Method
Defined by
isOptional
():Boolean
Indicates if the current argument is optional.
ArgumentInfo
Method detail
isOptional
()
method
public function isOptional():Boolean
Indicates if the current argument is optional.
Returns
Boolean