The structure that describes method. Contains name, return type, access level, const and static properties and array of parameters
More...
|
| string | Name [get, set] |
| | Represents the name of the method. Type: string More...
|
| |
| string | Type [get, set] |
| | Represents return type of the method. Type: string More...
|
| |
| string | Access [get, set] |
| | Represents access level of the method. Type: string More...
|
| |
| bool | Const [get, set] |
| | Denotes if the method is const or not. Type: boolean More...
|
| |
| bool | Static [get, set] |
| | Denotes if the mathod is static or not. Type: boolean More...
|
| |
| Parameter[] | Parameters [get, set] |
| | Represents parameters of the method. Type: array of type Parameter More...
|
| |
The structure that describes method. Contains name, return type, access level, const and static properties and array of parameters
Definition at line 166 of file Models.cs.
| string CodeGen.generators.Method.Access |
|
getset |
Represents access level of the method. Type: string
Definition at line 184 of file Models.cs.
| bool CodeGen.generators.Method.Const |
|
getset |
Denotes if the method is const or not. Type: boolean
Definition at line 190 of file Models.cs.
| string CodeGen.generators.Method.Name |
|
getset |
Represents the name of the method. Type: string
Definition at line 172 of file Models.cs.
| Parameter [] CodeGen.generators.Method.Parameters |
|
getset |
Represents parameters of the method. Type: array of type Parameter
Definition at line 202 of file Models.cs.
| bool CodeGen.generators.Method.Static |
|
getset |
Denotes if the mathod is static or not. Type: boolean
Definition at line 196 of file Models.cs.
| string CodeGen.generators.Method.Type |
|
getset |
Represents return type of the method. Type: string
Definition at line 178 of file Models.cs.
The documentation for this class was generated from the following file:
- /home/travis/build/lnupmi11/CodeGen/CodeGen/generators/Models.cs