public Entry(
string text,
TermType type,
Entry[] items
)Public Sub New (
text As String,
type As TermType,
items As Entry()
)public:
Entry(
String^ text,
TermType type,
array<Entry^>^ items
)new :
text : string *
type : TermType *
items : Entry[] -> Entry