我正在使用xamarin.android应用程序。我有如下声明
View photoresponse =_questionTypesModel.QuestionTypesContent.FindViewWithTag( Convert.ToString(questionType["id"]));
这里我需要检查photoresponse
的空条件,当我尝试检查if(photoresponse ==null)
总是返回true时。
QuestionTypesContent
这是一个“线性布局”