Interface IQuestionAnswer
public interface IQuestionAnswer
- Extension Methods
Properties
IsTrue
bool? IsTrue { get; }
Property Value
- bool?
Points
decimal Points { get; set; }
public interface IQuestionAnswer
bool? IsTrue { get; }
decimal Points { get; set; }