属性递归调用的bug

public double FocalLength
{
    get => FocalLength;
    private set => FocalLength = value;
}
private double _focalLength;

posted on 2021-09-14 16:44  OctoberKey  阅读(36)  评论(0)    收藏  举报

导航