Property.IsGettable C# (CSharp) Méthode

IsGettable() public méthode

public IsGettable ( ) : bool
Résultat bool
            public bool IsGettable() {
               return get != null;
            }
            public bool IsSettable() {