BoundType.BoundType C# (CSharp) Метод

BoundType() публичный Метод

public BoundType ( Symbol, owner, TextLocation, location, string name ) : Panther.CodeAnalysis.Symbols
owner Symbol,
location TextLocation,
name string
Результат Panther.CodeAnalysis.Symbols
    public BoundType(Symbol owner, TextLocation location, string name) : base(owner, location, name)
    {
        this.Type = new ClassType(this);
    }
}
BoundType