BFSchema.CodeGenerators.CSharp.CodeMethod.CodeMethod C# (CSharp) Method

CodeMethod() public method

public CodeMethod ( string name ) : System.Collections.Generic
name string
return System.Collections.Generic
        public CodeMethod(string name)
        {
            Name = name;
        }