public ExampleAttribute(
string example,
char namePrefix
)
Public Sub New (
example As String,
namePrefix As Char
)
public:
ExampleAttribute(
String^ example,
wchar_t namePrefix
)
new :
example : string *
namePrefix : char -> ExampleAttribute