Declaration

var size: Int32 { get set }

Declaration

@property (nonatomic) int size;

Declaration

size() -> int
setSize_(size: int)