public class Property:
Class representing a property.
| Modifier and Type | Member | Description |
|---|---|---|
| public property | accessibleaccessible as Boolean: |
Allows reflective access to a non-public property when enabled. |
| public readonly property | annotationsannotations as IList<Annotation>: |
Property annotations |
| public readonly property | flagsflags as Int: |
Raw modifier flags |
| public readonly property | isPrivateisPrivate as Boolean: |
No summary. |
| public readonly property | isProtectedisProtected as Boolean: |
No summary. |
| public readonly property | isPublicisPublic as Boolean: |
No summary. |
| public readonly property | isReadonlyisReadonly as Boolean: |
No summary. |
| public readonly property | isStaticisStatic as Boolean: |
No summary. |
| public readonly property | namename as String: |
Property name |
| public readonly property | typetype as Type: |
Property type |
| Modifier and Type | Member | Description |
|---|---|---|
| public | Property | Constructor for Property |