class Immutable { constructor( public readonly myProp: string ) {} } ... Since typescript 2.8 you can now remove the readonly modifiers:
確定! 回上一頁