| Package | system.reflection |
| Interface | public interface MemberInfo |
| 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 | ||
| name | property |
name:String [read-only] Indicates the name of the member object.
public function get name():String| type | property |
type:String [read-only] Indicates the String representation of the type of the member object.
public function get type():String