Why can't I use the as keyword for a struct?

前端 未结 6 1102
囚心锁ツ
囚心锁ツ 2020-12-11 14:21

I defined the following struct:

public struct Call
{
    public SourceFile caller;
    public SourceFile callee;

    public Call(SourceFile caller, SourceFi         


        
6条回答
提交回复
热议问题