コード例 #1
0
 set => SetValue(QuestionProperty, value);
コード例 #2
0
 private void removeQuestion(string castQuestion)
 {
     QuestionProperty.Remove(castQuestion.Replace("Q:", ""));
 }