Is there a way to determine the setter visibility difference of:
public Prop { get; protected set; } protected Prop { get; set; }
using Reflection? Or are those equivalent in regards to C# Reflection?
Aucun commentaire:
Enregistrer un commentaire