Basic.Generate.GenerateCode.GenerateCode C# (CSharp) Method

GenerateCode() public method

public GenerateCode ( string name, List tags ) : System.Collections.Generic
name string
tags List
return System.Collections.Generic
        public GenerateCode(string name, List<string> tags)
        {
        }
GenerateCode