Boo.Lang.Compiler.TypeSystem.BooClassBuilder.AddMethod C# (CSharp) 메소드

AddMethod() 공개 메소드

public AddMethod ( string name, IType returnType ) : BooMethodBuilder
name string
returnType IType
리턴 BooMethodBuilder
        public BooMethodBuilder AddMethod(string name, IType returnType)
        {
            return AddMethod(name, returnType, TypeMemberModifiers.Public);
        }

Same methods

BooClassBuilder::AddMethod ( string name, IType returnType, TypeMemberModifiers modifiers ) : BooMethodBuilder