Packagesystem.reflection
Interfacepublic interface MemberInfo

This interface is implemented in all the member information objects.



Public Properties
 PropertyDefined 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
Property Detail
nameproperty
name:String  [read-only]

Indicates the name of the member object.


Implementation
    public function get name():String
typeproperty 
type:String  [read-only]

Indicates the String representation of the type of the member object.


Implementation
    public function get type():String