语言

Menu
Sites
Language
calling a private constructor of class Tizen::Base::Collection::ArratList

i m getting error while calling a function...please help..

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

1 回复
muditha murthy
Private constructors are not accessible outside the class. You can only use Tizen::Base::Collection::ArrayList::ArrayList (DeleterFunctionType deleter = NoOpDeleter) since this a public constructor.