| Property | Defined by | ||
|---|---|---|---|
![]() | attributes : Array
[abstract] An Array of Attribute objects
| MemberInfo | |
| canRead : Boolean [read-only]
[abstract]
| PropertyInfo | ||
| canWrite : Boolean [read-only]
[abstract]
| PropertyInfo | ||
![]() | declaringType : Type
[abstract] The Type that declares this member.
| MemberInfo | |
| isSealed : Boolean [read-only]
[abstract]
| PropertyInfo | ||
| isStatic : Boolean [read-only]
[abstract]
| PropertyInfo | ||
![]() | memberType : MemberTypes
[abstract]
| MemberInfo | |
![]() | name : String
[abstract]
| MemberInfo | |
| propertyType : Type
[read-only]
[abstract] The Type object of the Property value
| PropertyInfo | ||
![]() | reflectedType : Type
[abstract] The Type used to obtain this member instance.
| MemberInfo | |
![]() | uri : String
[abstract]
| MemberInfo | |
| Method | Defined by | ||
|---|---|---|---|
|
| PropertyInfo | ||
|
toString():String
| PropertyInfo | ||
| canRead | property |
canRead:Boolean [read-only][abstract]
Implementation public function get canRead():Boolean
| canWrite | property |
canWrite:Boolean [read-only][abstract]
Implementation public function get canWrite():Boolean
| isSealed | property |
isSealed:Boolean [read-only][abstract]
Implementation public function get isSealed():Boolean
| isStatic | property |
isStatic:Boolean [read-only][abstract]
Implementation public function get isStatic():Boolean
| propertyType | property |
propertyType:Type [read-only][abstract] The Type object of the Property value
Implementation public function get propertyType():Type
| PropertyInfo | () | constructor |
public function PropertyInfo()
| toString | () | method |
public final function toString():String
Returns
String |