언어 설정

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

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

Edited by: Brock Boland on 17 3월, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

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.