getClassNames

Gets all the class names in the given string of D code

string[]
getClassNames
(
string code
)
()

Parameters

code

a string containg the code to get the class names from

Return Value

Type: string[]

the class names

Meta