Boo.Lang.Compiler.TypeSystem.BooClassBuilder.AddMethod C# (CSharp) Méthode

AddMethod() public méthode

public AddMethod ( string name, IType returnType ) : BooMethodBuilder
name string
returnType IType
Résultat 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