History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: BOO-896
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Rodrigo B. de Oliveira
Reporter: Rodrigo B. de Oliveira
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Boo

[MetaProgramming] splicing for class and field names

Created: 15/Oct/07 07:14 PM   Updated: 16/Oct/07 04:58 AM
Component/s: None
Affects Version/s: 0.7.9
Fix Version/s: 0.8

Time Tracking:
Not Specified

Testcase included: yes


 Description  « Hide
"""
class Foo:

public bar as string
"""
className = "Foo"
fieldName = "bar"
type = [|
class $className:
public $fieldName as string

]
print type.ToCodeString()


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.