VEGAS AS3 Reference
All Packages
|
All Classes
|
Index
|
Frames
No Frames
ArgumentInfo
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
[read-only] Indicates the name of the member object.
MemberInfo
type
: String
[read-only] 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
Mardi Août 16 2011, 02:33 PM +02:00