dimanche 27 novembre 2016

Distinguish between property is protected and setter is protected

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