AjTalk.Language.Method.Method C# (CSharp) 메소드

Method() 공개 메소드

public Method ( IBehavior cls, string name ) : System
cls IBehavior
name string
리턴 System
        public Method(IBehavior cls, string name)
            : this(cls, name, null)
        {
        }

Same methods

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