Select from following answers:- PropertyInfop.GetAccessors()[0].IsFinal

- PropertyInfop.GetAccessors()[0].IsSealed
- PropertyInfop.GetAccessors()[0].IsVirtual
- PropertyInfop.GetAccessors()[0].IsInterfaceProperty
- All Above
The
IsFinal property of
MethodBase class gets a value indicating whether this method is final.It returns true if this method is final; otherwise, false. It is defined as
public bool IsFinal { get; }
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator