AjTalk.Language.Method.Method C# (CSharp) Метод

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

public Method ( IBehavior cls, string name, string source ) : System
cls IBehavior
name string
source string
Результат System
        public Method(IBehavior cls, string name, string source)
            : base(source)
        {
            this.name = name;
            this.mthclass = cls;
        }

Same methods

Method::Method ( IBehavior cls, string name ) : System
Method::Method ( string name ) : System