2015-10-30 31 views

cevap

25
var setterVisibility: String = "abc" // Initializer required, not a nullable type 
    private set // the setter is private and has the default implementation 

Bkz: Özel set` yeni bir satırda olmalıdır `o Properties Getter and Setter

+2

Not. –

+2

... veya aynı satırda, noktalı virgülden sonra: 'var abc: String =" "; Özel set ' –

+3

Ben bir birincil yapıcı alan ile ne yapmak için bir kayıp olsa da. – user3175580